/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpander.h | 33 StringRef Code; variable 43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Parser.h | 210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression() 214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression() 234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression() 238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction() 41 CodeRangeASTSelection Code; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 97 unsigned Code = MaybeCode.get(); in skipRecord() local 112 unsigned Code; in skipRecord() local 212 uint32_t Code = MaybeCode.get(); in readRecord() local 232 unsigned Code; in readRecord() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2233 std::string replaceCRLF(const std::string &Code) { in replaceCRLF() 2264 StringRef Code, tooling::Replacements &Replaces, in sortCppIncludes() 2361 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes() 2466 StringRef Code, tooling::Replacements &Replaces) { in sortJavaImports() 2542 tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code, in sortJavaImports() 2595 bool isMpegTS(StringRef Code) { in isMpegTS() 2602 bool isLikelyXml(StringRef Code) { return Code.ltrim().startswith("<"); } in isLikelyXml() 2604 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() 2625 processReplacements(T ProcessFunc, StringRef Code, in processReplacements() 2644 formatReplacements(StringRef Code, const tooling::Replacements &Replaces, in formatReplacements() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 213 void const* Code, in op_write_native_code() 225 void const* Code, in op_write_debug_line_info()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | inet_ntop.c | 44 # define IF_LINT(Code) Code argument 46 # define IF_LINT(Code) /* empty */ argument
|
H A D | canonicalize-lgpl.c | 87 # define IF_LINT(Code) Code argument 89 # define IF_LINT(Code) /* empty */ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 200 static bool fillRanges(MemoryBuffer *Code, in fillRanges() 311 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings() 371 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local 472 std::unique_ptr<llvm::MemoryBuffer> Code; in dumpConfig() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 82 StringRef Code, in getOffsetAfterHeaderGuardsAndComments() 158 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset() 268 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryStreamError.h | 43 stream_error_code Code; variable
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | error.c | 24 EFI_STATUS Code; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 89 bool violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, in violatesColumnLimit() 107 getRangesForFormating(llvm::StringRef Code, unsigned ColumnLimit, in getRangesForFormating() 144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders() 301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 157 const Twine &Code, const Twine &FileName, in runToolOnCode() 183 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 201 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 617 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode() 624 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
|
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | introduction.rst | 52 Code chapter
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/ |
H A D | Interpreter.h | 60 llvm::Error ParseAndExecute(llvm::StringRef Code) { in ParseAndExecute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 40 SmallString<256> Code; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeReview.rst | 213 …w to Contribute to LLVM, A 2019 LLVM Developers' Meeting Presentation: https://youtu.be/C5Y977rLqpw
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/ |
H A D | HeaderIncludes.h | 95 std::string Code; variable
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acpiosxf.h | 79 UINT32 Code; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | SectionMemoryManager.h | 44 Code, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 92 std::vector<char> Code; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 61 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
|