Searched defs:Code (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp12 auto Code = R.getValue("Code")->getValue(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h35 ExtractFunction(CodeRangeASTSelection Code, argument
43 CodeRangeASTSelection Code; member in class:clang::tooling::final
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h43 stream_error_code Code; member in class:llvm::BinaryStreamError
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp89 static StringRef convertZlibCodeToString(int Code) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp62 StringRef Code = Matches[0]->second; local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, argument
64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCodeEmitter.h39 SmallString<256> Code; member in class:llvm::mca::CodeEmitter
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h33 StringRef Code; member in class:llvm::CodeExpander
40 CodeExpander(StringRef Code, const CodeExpansions &Expansions, argument
H A DCXXPredicates.cpp44 CXXPredicateCode::CXXPredicateCode(std::string Code, unsigned ID) argument
27 get(CXXPredicateCodePool &Pool, std::string Code) argument
H A DCXXPredicates.h54 static const CXXPredicateCode &getMatchCode(std::string Code) { argument
58 static const CXXPredicateCode &getApplyCode(std::string Code) { argument
70 const std::string Code; member in class:llvm::gi::CXXPredicateCode
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSPIRVStreamer.cpp23 SmallString<256> Code; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h33 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, argument
214 static bool parseExpression(StringRef &Code, VariantValue *Value, argument
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { argument
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h113 std::string Code; member in class:llvm::Annotations
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h187 UINT32 Code; member in struct:acpi_signal_fatal_info
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h83 std::vector<std::byte> Code; member in class:clang::interp::ByteCodeEmitter
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp83 bool codeContainsImports(llvm::StringRef Code) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} argument
/freebsd-current/contrib/bearssl/T0/
H A DWordInterpreted.cs44 internal Opcode[] Code { property in class:WordInterpreted
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp121 unsigned Code; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp70 initiate(RefactoringRuleContext &Context, CodeRangeASTSelection Code, std::optional<std::string> DeclName) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h106 std::string Code; member in class:clang::tooling::HeaderIncludes
/freebsd-current/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h36 TestInputs(StringRef Code) : Code(Code) {} argument
39 std::string Code; member in struct:clang::TestInputs
76 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h44 Code, member in class:llvm::SectionMemoryManager::AllocationPurpose
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h69 unsigned Code; member in struct:llvm::HTTPResponse
84 unsigned Code; member in struct:llvm::StreamingHTTPResponse

Completed in 416 milliseconds

12345