Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.h33 StringRef Code; variable
43 : Code(Code), Expansions(Expansions), Loc(Loc), in Code() argument
H A DCXXPredicates.h54 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 DCXXPredicates.cpp28 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 DParser.h210 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 DExtract.h35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction()
43 CodeRangeASTSelection Code; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DAppleArm64ExceptionClass.h17 #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 DByteCodeEmitter.cpp242 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 DByteCodeEmitter.h86 std::vector<std::byte> Code; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp40 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 DBitstreamReader.cpp102 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 DHTTPServer.h69 unsigned Code; member
84 unsigned Code; member
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h39 std::string Code; member
80 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp213 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 DHeaderIncludes.cpp41 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 DClangDataCollectorsEmitter.cpp12 auto Code = R.getValue("Code")->getValue(); in EmitClangDataCollectors() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3047 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 DTokenAnalyzer.cpp59 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 DAtomicChange.cpp89 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 DBinaryStreamError.h43 stream_error_code Code; variable
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp238 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 DMCSPIRVStreamer.cpp23 SmallString<256> Code; in emitInstToData() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp184 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 DCodeEmitter.h39 SmallString<256> Code; variable
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h187 UINT32 Code; member
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp62 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local

123456