/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/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 &getCustomActionCode(std::string Code) { in getCustomActionCode() 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/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/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/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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 242 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() 273 static void emitSerialized(std::vector<std::byte> &Code, const T &Val, in emitSerialized() 292 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit() 298 void emit(Program &P, std::vector<std::byte> &Code, in emit() 304 void emit(Program &P, std::vector<std::byte> &Code, const IntegralAP<true> &Val, in emit()
|
H A D | ByteCodeEmitter.h | 86 std::vector<std::byte> Code; variable
|
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 69 unsigned Code; member 84 unsigned Code; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Testing/ |
H A D | TestAST.h | 39 std::string Code; member 80 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
|
/freebsd/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/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() 281 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3047 std::string replaceCRLF(const std::string &Code) { in replaceCRLF() 3078 StringRef Code, tooling::Replacements &Replaces, in sortCppIncludes() 3176 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes() 3314 StringRef Code, tooling::Replacements &Replaces) { in sortJavaImports() 3393 tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code, in sortJavaImports() 3445 bool isMpegTS(StringRef Code) { in isMpegTS() 3452 bool isLikelyXml(StringRef Code) { return Code.ltrim().starts_with("<"); } in isLikelyXml() 3454 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() 3476 processReplacements(T ProcessFunc, StringRef Code, in processReplacements() 3495 formatReplacements(StringRef Code, const tooling::Replacements &Replaces, in formatReplacements() [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/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamError.h | 43 stream_error_code Code; variable
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 238 static bool fillRanges(MemoryBuffer *Code, in fillRanges() 353 const std::unique_ptr<llvm::MemoryBuffer> &Code) { in emitReplacementWarnings() 428 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local 560 std::unique_ptr<llvm::MemoryBuffer> Code; in dumpConfig() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSPIRVStreamer.cpp | 23 SmallString<256> Code; in emitInstToData() local
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 39 SmallString<256> Code; variable
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acpiosxf.h | 187 UINT32 Code; member
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 62 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
|