| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpander.h | 33 StringRef Code; variable 43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() argument
|
| H A D | CXXPredicates.h | 54 static const CXXPredicateCode &getMatchCode(std::string Code) { in getMatchCode() 58 static const CXXPredicateCode &getApplyCode(std::string Code) { in getApplyCode() 70 const std::string Code; variable
|
| H A D | CXXPredicates.cpp | 28 std::string Code) { in get() 44 CXXPredicateCode::CXXPredicateCode(std::string Code, unsigned ID) in CXXPredicateCode()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
| H A D | Extract.h | 35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction() 43 CodeRangeASTSelection Code; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A 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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CmpInstAnalysis.cpp | 40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() 64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, in getPredForFCmpCode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPServer.h | 69 unsigned Code; member 84 unsigned Code; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 102 unsigned Code = MaybeCode.get(); in skipRecord() local 121 unsigned Code; in skipRecord() local 221 uint32_t Code = MaybeCode.get(); in readRecord() local 248 unsigned Code; in readRecord() local
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Testing/ |
| H A D | TestAST.h | 39 std::string Code; member 76 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3014 std::string replaceCRLF(const std::string &Code) { in replaceCRLF() 3402 bool isMpegTS(StringRef Code) { in isMpegTS() 3433 processReplacements(T ProcessFunc, StringRef Code, in processReplacements() 3468 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements() 3490 fixCppIncludeInsertions(StringRef Code, const tooling::Replacements &Replaces, in fixCppIncludeInsertions() 3580 reformat(const FormatStyle &Style, StringRef Code, in reformat() 3766 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() 3777 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code, in cleanup() 3789 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() 3800 StringRef Code, in fixNamespaceEndComments() [all …]
|
| H A D | TokenAnalyzer.cpp | 59 Environment::make(StringRef Code, StringRef FileName, in make() 79 Environment::Environment(StringRef Code, StringRef FileName, in Environment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamError.h | 43 stream_error_code Code; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 83 StringRef Code, in getOffsetAfterHeaderGuardsAndComments() 159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset() 271 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSPIRVStreamer.cpp | 23 SmallString<256> Code; in emitInstToData() local
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 229 static bool fillRanges(MemoryBuffer *Code, in fillRanges() 343 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings() 417 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local 550 std::unique_ptr<llvm::MemoryBuffer> Code; in dumpConfig() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | CodeEmitter.h | 39 SmallString<256> Code; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.cpp | 184 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() 213 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit()
|
| H A D | ByteCodeEmitter.h | 83 std::vector<std::byte> Code; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 184 const Twine &Code, const Twine &FileName, in runToolOnCode() 210 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 228 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 682 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode() 689 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acpiosxf.h | 187 UINT32 Code; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 62 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
|