/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 105 struct Definition { struct 107 const char *name; 109 const char *string = nullptr; 111 const Entry::Type type; 113 const uint64_t data = 0; 115 const uint32_t num_children = 0; 117 const Definition *children = nullptr; 120 const bool keep_separator = false; 122 constexpr Definition(const char *name, const FormatEntity::Entry::Type t) in Definition() function 125 constexpr Definition(const char *name, const char *string) in Definition() function [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroExpander.cpp | 34 struct MacroExpander::Definition { struct in clang::format::MacroExpander 143 auto Definition = Parser.parse(); in parseDefinition() local 35 Nameclang::format::MacroExpander::Definition global() argument 36 Paramsclang::format::MacroExpander::Definition global() argument 37 Bodyclang::format::MacroExpander::Definition global() argument 43 ArgMapclang::format::MacroExpander::Definition global() argument 45 ObjectLikeclang::format::MacroExpander::Definition global() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 514 const object::coff_aux_section_definition *Definition = in createDefinedSymbol() local 557 const object::coff_aux_section_definition *Definition) { in createCOMDATExportRequest()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 104 Definition = 1 << 1, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1405 Instruction *I, MemoryAccess *Definition, const BasicBlock *BB, in createMemoryAccessInBB() argument 1413 createMemoryAccessBefore(Instruction * I,MemoryAccess * Definition,MemoryUseOrDef * InsertPt) createMemoryAccessBefore() argument 1423 createMemoryAccessAfter(Instruction * I,MemoryAccess * Definition,MemoryAccess * InsertPt) createMemoryAccessAfter() argument
|
H A D | MemorySSA.cpp | 1683 createDefinedAccess(Instruction * I,MemoryAccess * Definition,const MemoryUseOrDef * Template,bool CreationMustSucceed) createDefinedAccess() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 178 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1285 Definition global() enumerator 2198 const FunctionDecl* Definition; hasBody() local 2221 const FunctionDecl* Definition; isDefined() local 2227 const FunctionDecl *Definition; getDefinition() local 2245 const FunctionDecl* Definition; getBody() local [all...] |
H A D | DeclObjC.h | 1161 ObjCInterfaceDecl *Definition = nullptr; global() member 2082 ObjCProtocolDecl *Definition; global() member
|
H A D | DeclCXX.h | 343 CXXRecordDecl *Definition; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 568 const Decl *Definition = nullptr; getExternalSourceSymbolAttr() local 1033 const FunctionDecl *Definition; getBodyRBrace() local [all...] |
H A D | Decl.cpp | 3158 isDefined(const FunctionDecl * & Definition,bool CheckForPendingFriendDefinition) const isDefined() argument 3408 const FunctionDecl *Definition; isInlineBuiltinDeclaration() local 3756 const FunctionDecl *Definition; doesDeclarationForceExternallyVisibleDefinition() local 4323 const FunctionDecl *Definition; isOutOfLine() local 4331 const FunctionDecl *Definition; isOutOfLine() local [all...] |
H A D | DeclObjC.cpp | 634 Data = Definition->Data; in mergeDuplicateDefinitionWithCommon() argument 2044 mergeDuplicateDefinitionWithCommon(const ObjCProtocolDecl * Definition) mergeDuplicateDefinitionWithCommon() argument
|
H A D | ExprConstant.cpp | 5615 CheckConstexprFunction(EvalInfo & Info,SourceLocation CallLoc,const FunctionDecl * Declaration,const FunctionDecl * Definition,const Stmt * Body) CheckConstexprFunction() argument 6312 HandleConstructorCall(const Expr * E,const LValue & This,CallRef Call,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument 6526 HandleConstructorCall(const Expr * E,const LValue & This,ArrayRef<const Expr * > Args,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument 6630 const FunctionDecl *Definition = nullptr; HandleDestructionImpl() local 8060 const FunctionDecl *Definition = nullptr; handleCallExpr() local 10399 const FunctionDecl *Definition = nullptr; VisitCXXConstructExpr() local 10440 const FunctionDecl *Definition = nullptr; VisitCXXInheritedCtorInitExpr() local [all...] |
H A D | ASTImporter.cpp | 301 const FunctionDecl *Definition = nullptr; in FindAndMapDefinition() local 4946 ObjCProtocolDecl *Definition = D->getDefinition(); VisitObjCProtocolDecl() local 5469 ObjCInterfaceDecl *Definition = D->getDefinition(); VisitObjCInterfaceDecl() local 6379 VarDecl *Definition = D->getDefinition(); VisitVarTemplateSpecializationDecl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 800 const FunctionDecl *Definition; in getRuntimeDefinition() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 775 assignDanglingDebugValues(MachineInstr & Definition,Register VirtReg,MCPhysReg Reg) assignDanglingDebugValues() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 81 using Definition = lldb_private::FormatEntity::Entry::Definition; global() typedef [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 493 Argument *Definition; member [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1990 StringRef Definition; global() member in __anon3961c3990111::FunctionMacro
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 427 SExpr *Definition; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 848 const FunctionDecl *Definition = nullptr; EmitConstructorBody() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1795 Definition, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 6084 hasSimilarParameters(ASTContext & Context,FunctionDecl * Declaration,FunctionDecl * Definition,SmallVectorImpl<unsigned> & Params) hasSimilarParameters() argument 15537 const FunctionDecl *Definition = EffectiveDefinition; CheckForFunctionRedefinition() local 16251 const FunctionDecl *Definition; ActOnFinishFunctionBody() local [all...] |
H A D | SemaDeclObjC.cpp | 819 Definition, enumerator
|