| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/ |
| D | unicode.tml | 32 === Code point 0 39 === Code point 1 46 === Code point 7 53 === Code point 8 60 === Code point 9 67 === Code point 10 74 === Code point 11 81 === Code point 12 88 === Code point 13 94 === Code point 27 [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | StmtDataCollectors.td | 2 code Code = [{ 12 code Code = [{ 19 code Code = [{ 24 code Code = [{ 29 code Code = [{ 34 code Code = [{ 43 code Code = [{ 69 code Code = [{ 74 code Code = [{ 81 code Code = [{ [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTWriterStmt.cpp | 36 serialization::StmtCode Code; member in clang::ASTStmtWriter 42 Code(serialization::STMT_NULL_PTR), AbbrevToUse(0) {} in ASTStmtWriter() 47 assert(Code != serialization::STMT_NULL_PTR && in Emit() 49 return Record.EmitStmt(Code, AbbrevToUse); in Emit() 78 Code = serialization::STMT_NULL; in VisitNullStmt() 91 Code = serialization::STMT_COMPOUND; in VisitCompoundStmt() 110 Code = serialization::STMT_CASE; in VisitCaseStmt() 116 Code = serialization::STMT_DEFAULT; in VisitDefaultStmt() 125 Code = serialization::STMT_LABEL; in VisitLabelStmt() 134 Code = serialization::STMT_ATTRIBUTED; in VisitAttributedStmt() [all …]
|
| D | ASTWriterDecl.cpp | 40 serialization::DeclCode Code; member in clang::ASTDeclWriter 47 Code((serialization::DeclCode)0), AbbrevToUse(0) {} in ASTDeclWriter() 50 if (!Code) in Emit() 53 return Record.Emit(Code, AbbrevToUse); in Emit() 348 Code = serialization::DECL_PRAGMA_COMMENT; in VisitPragmaCommentDecl() 360 Code = serialization::DECL_PRAGMA_DETECT_MISMATCH; in VisitPragmaDetectMismatchDecl() 404 Code = serialization::DECL_TYPEDEF; in VisitTypedefDecl() 410 Code = serialization::DECL_TYPEALIAS; in VisitTypeAliasDecl() 477 Code = serialization::DECL_ENUM; in VisitEnumDecl() 516 Code = serialization::DECL_RECORD; in VisitRecordDecl() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| D | Parser.cpp | 72 : Code(MatcherCode), StartOfLine(MatcherCode), Error(Error) { in CodeTokenizer() 78 : Code(MatcherCode), StartOfLine(MatcherCode), Error(Error), in CodeTokenizer() 114 if (CodeCompletionLocation && CodeCompletionLocation <= Code.data()) { in getNextToken() 121 if (Code.empty()) { in getNextToken() 127 switch (Code[0]) { in getNextToken() 129 Code = Code.drop_until([](char c) { return c == '\n'; }); in getNextToken() 133 Result.Text = Code.substr(0, 1); in getNextToken() 134 Code = Code.drop_front(); in getNextToken() 138 Result.Text = Code.substr(0, 1); in getNextToken() 139 Code = Code.drop_front(); in getNextToken() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/ |
| D | Extract.cpp | 71 CodeRangeASTSelection Code, in initiate() argument 76 if (!Code.isInFunctionLikeBodyOfCode()) in initiate() 80 if (Code.size() == 1) { in initiate() 82 if (isSimpleExpression(dyn_cast<Expr>(Code[0]))) in initiate() 87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate() 94 return ExtractFunction(std::move(Code), DeclName); in initiate() 101 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements() 105 SourceRange ExtractedRange(Code[0]->getBeginLoc(), in createSourceReplacements() 106 Code[Code.size() - 1]->getEndLoc()); in createSourceReplacements() 120 bool IsExpr = Code.size() == 1 && isa<Expr>(Code[0]); in createSourceReplacements() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | ByteCodeEmitter.cpp | 96 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc() 111 const size_t Target = Code.size(); in emitLabel() 119 void *Location = Code.data() + Reloc - align(sizeof(int32_t)); in emitLabel() 131 Code.size() + align(sizeof(Opcode)) + align(sizeof(int32_t)); in getOffset() 154 static void emit(Program &P, std::vector<char> &Code, const T &Val, in emit() argument 163 if (Code.size() + Size > std::numeric_limits<unsigned>::max()) { in emit() 169 size_t ValPos = align(Code.size()); in emit() 172 Code.resize(ValPos + Size); in emit() 175 new (Code.data() + ValPos) T(Val); in emit() 178 new (Code.data() + ValPos) uint32_t(ID); in emit() [all …]
|
| D | Function.h | 84 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() 86 CodePtr getCodeEnd() const { return Code.data() + Code.size(); } in getCodeEnd() 154 Code = std::move(NewCode); in setCode() 178 std::vector<char> Code; variable
|
| /openbsd/src/gnu/llvm/clang/include/clang/Testing/ |
| D | TestAST.h | 36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() 39 std::string Code; member 73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() argument
|
| /openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/ |
| D | Parser.h | 207 static bool parseExpression(StringRef &Code, Sema *S, 210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression() argument 212 return parseExpression(Code, S, nullptr, Value, Error); in parseExpression() 214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression() argument 216 return parseExpression(Code, nullptr, Value, Error); in parseExpression() 231 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S, 234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression() argument 235 return completeExpression(Code, CompletionOffset, S, nullptr); in completeExpression() 238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression() argument 239 return completeExpression(Code, CompletionOffset, nullptr); in completeExpression()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
| D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() argument 44 SourceManagerForFile VirtualSM(FileName, Code); in getOffsetAfterTokenSequence() 83 StringRef Code, in getOffsetAfterHeaderGuardsAndComments() argument 92 FileName, Code, Style, in getOffsetAfterHeaderGuardsAndComments() 159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset() argument 162 FileName, Code, Style, in getMaxHeaderInsertionOffset() 271 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes() argument 273 : FileName(FileName), Code(Code), FirstIncludeOffset(-1), in HeaderIncludes() 275 getOffsetAfterHeaderGuardsAndComments(FileName, Code, Style)), in HeaderIncludes() 278 FileName, Code.drop_front(MinInsertOffset), Style)), in HeaderIncludes() [all …]
|
| D | HeaderAnalysis.cpp | 84 bool codeContainsImports(llvm::StringRef Code) { in codeContainsImports() argument 86 Code = Code.take_front(100 * 100); in codeContainsImports() 88 for (unsigned I = 0; I < 100 && !Code.empty(); ++I) { in codeContainsImports() 89 std::tie(Line, Code) = Code.split('\n'); in codeContainsImports()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1461 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() argument 1462 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC() 1467 inline bool isUnsignedIntSetCC(CondCode Code) { in isUnsignedIntSetCC() argument 1468 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC() 1473 inline bool isIntEqualitySetCC(CondCode Code) { in isIntEqualitySetCC() argument 1474 return Code == SETEQ || Code == SETNE; in isIntEqualitySetCC()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/ |
| D | Extract.h | 29 initiate(RefactoringRuleContext &Context, CodeRangeASTSelection Code, 35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction() argument 37 : Code(std::move(Code)), in ExtractFunction() 43 CodeRangeASTSelection Code; variable
|
| /openbsd/src/gnu/llvm/clang/tools/clang-format/ |
| D | ClangFormat.cpp | 227 static bool fillRanges(MemoryBuffer *Code, in fillRanges() argument 236 FileID ID = createInMemoryFile("<irrelevant>", *Code, Sources, Files, in fillRanges() 277 if (Offsets[i] >= Code->getBufferSize()) { in fillRanges() 285 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges() 342 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings() argument 349 const char *StartBuf = Code->getBufferStart(); in emitReplacementWarnings() 415 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local 416 if (Code->getBufferSize() == 0) in format() 419 StringRef BufStr = Code->getBuffer(); in format() 433 if (fillRanges(Code.get(), Ranges)) in format() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/ |
| D | AtomicChange.cpp | 89 bool violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, in violatesColumnLimit() argument 91 auto StartPos = Code.rfind('\n', Start); in violatesColumnLimit() 94 auto EndPos = Code.find("\n", End); in violatesColumnLimit() 96 EndPos = Code.size(); in violatesColumnLimit() 99 Code.substr(StartPos, EndPos - StartPos).split(Lines, '\n'); in violatesColumnLimit() 107 getRangesForFormating(llvm::StringRef Code, unsigned ColumnLimit, in getRangesForFormating() argument 123 R.getOffset() > 0 && R.getOffset() <= Code.size() && in getRangesForFormating() 124 Code[R.getOffset() - 1] == '\n') in getRangesForFormating() 131 violatesColumnLimit(Code, ColumnLimit, Start, End)) in getRangesForFormating() 144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| D | CodeExpander.h | 33 StringRef Code; variable 40 CodeExpander(StringRef Code, const CodeExpansions &Expansions, 43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() function
|
| D | CodeExpander.cpp | 21 StringRef Current = Code; in emit() 61 PrintNote("Code: [{" + Code + "}]"); in emit() 68 PrintNote("Code: [{" + Code + "}]"); in emit() 79 PrintNote("Code: [{" + Code + "}]"); in emit()
|
| /openbsd/src/gnu/llvm/llvm/lib/TableGen/ |
| D | StringMatcher.cpp | 62 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local 64 std::pair<StringRef, StringRef> Split = Code.split('\n'); in EmitStringMatcherForChar() 67 Code = Split.second; in EmitStringMatcherForChar() 68 while (!Code.empty()) { in EmitStringMatcherForChar() 69 Split = Code.split('\n'); in EmitStringMatcherForChar() 71 Code = Split.second; in EmitStringMatcherForChar()
|
| D | TGParser.cpp | 818 case tgtok::Code: in ParseType() 954 UnOpInit::UnaryOp Code; in ParseOperation() local 961 Code = UnOpInit::CAST; in ParseOperation() 973 Code = UnOpInit::NOT; in ParseOperation() 978 Code = UnOpInit::LOG2; in ParseOperation() 983 Code = UnOpInit::HEAD; in ParseOperation() 987 Code = UnOpInit::TAIL; in ParseOperation() 991 Code = UnOpInit::SIZE; in ParseOperation() 996 Code = UnOpInit::EMPTY; in ParseOperation() 1019 Code = UnOpInit::GETDAGOP; in ParseOperation() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCSPIRVStreamer.cpp | 23 SmallString<256> Code; in emitInstToData() local 24 raw_svector_ostream VecOS(Code); in emitInstToData() 32 DF->getContents().append(Code.begin(), Code.end()); in emitInstToData()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | AppleArm64ExceptionClass.h | 17 #define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) Name = Code, argument 40 #define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) \ in toString() argument
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitstream/Reader/ |
| D | BitstreamReader.cpp | 102 unsigned Code = MaybeCode.get(); in skipRecord() local 112 return Code; in skipRecord() 121 unsigned Code; in skipRecord() local 123 Code = CodeOp.getLiteralValue(); in skipRecord() 133 Code = MaybeCode.get(); in skipRecord() 211 return Code; in skipRecord() 221 uint32_t Code = MaybeCode.get(); in readRecord() local 237 return Code; in readRecord() 248 unsigned Code; in readRecord() local 250 Code = CodeOp.getLiteralValue(); in readRecord() [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/vscode/llvm/ |
| D | vsc-extension-quickstart.md | 1 # Welcome to your VS Code Extension 20 * You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load y… 24 * To add features such as intellisense, hovers and validators check out the VS Code extenders docum… 28 …ng your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder…
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-debuginfo-analyzer.rst | 772 [004] {Code} 'movl $0x7, -0x1c(%rbp)' 774 [004] {Code} 'movl $0x7, -0x4(%rbp)' 775 [004] {Code} 'jmp 0x6' 777 [004] {Code} 'movl -0x14(%rbp), %eax' 780 [003] {Code} 'pushq %rbp' 781 [003] {Code} 'movq %rsp, %rbp' 782 [003] {Code} 'movb %dl, %al' 783 [003] {Code} 'movq %rdi, -0x10(%rbp)' 784 [003] {Code} 'movl %esi, -0x14(%rbp)' 785 [003] {Code} 'andb $0x1, %al' [all …]
|