Home
last modified time | relevance | path

Searched defs:Definition (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h106 struct Definition { struct
108 const char *name;
110 const char *string = nullptr;
112 const Entry::Type type;
114 const uint64_t data = 0;
116 const uint32_t num_children = 0;
118 const Definition *children = nullptr;
121 const bool keep_separator = false;
123 constexpr Definition(const char *name, const FormatEntity::Entry::Type t) in Definition() argument
126 constexpr Definition(const char *name, const char *string) in Definition() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacroExpander.cpp34 struct MacroExpander::Definition { struct in clang::format::MacroExpander
35 StringRef Name;
36 SmallVector<FormatToken *, 8> Params;
37 SmallVector<FormatToken *, 8> Body;
43 llvm::StringMap<size_t> ArgMap;
45 bool ObjectLike = true;
143 auto Definition = Parser.parse(); in parseDefinition() local
/openbsd-src/gnu/llvm/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp67 StringRef Macro, Definition; in preprocess() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp504 const object::coff_aux_section_definition *Definition = in createDefinedSymbol() local
547 const object::coff_aux_section_definition *Definition) { in createCOMDATExportRequest()
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h104 Definition = 1 << 1, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1430 Instruction *I, MemoryAccess *Definition, const BasicBlock *BB, in createMemoryAccessInBB()
1438 Instruction *I, MemoryAccess *Definition, MemoryUseOrDef *InsertPt) { in createMemoryAccessBefore()
1448 Instruction *I, MemoryAccess *Definition, MemoryAccess *InsertPt) { in createMemoryAccessAfter()
H A DMemorySSA.cpp1694 MemoryAccess *Definition, in createDefinedAccess()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h178 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1260 Definition enumerator
2158 const FunctionDecl* Definition; in hasBody() local
2181 const FunctionDecl* Definition; in isDefined() local
2187 const FunctionDecl *Definition; in getDefinition() local
2205 const FunctionDecl* Definition; in getBody() local
H A DDeclObjC.h1158 ObjCInterfaceDecl *Definition = nullptr; member
2072 ObjCProtocolDecl *Definition; member
H A DDeclCXX.h335 CXXRecordDecl *Definition; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp495 const Decl *Definition = nullptr; in getExternalSourceSymbolAttr() local
973 const FunctionDecl *Definition; in getBodyRBrace() local
H A DDecl.cpp3093 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined()
3291 const FunctionDecl *Definition; in isInlineBuiltinDeclaration() local
3589 const FunctionDecl *Definition; in doesDeclarationForceExternallyVisibleDefinition() local
4130 const FunctionDecl *Definition; in isOutOfLine() local
4138 const FunctionDecl *Definition; in isOutOfLine() local
H A DDeclObjC.cpp634 const ObjCInterfaceDecl *Definition) { in mergeDuplicateDefinitionWithCommon()
2044 const ObjCProtocolDecl *Definition) { in mergeDuplicateDefinitionWithCommon()
H A DExprConstant.cpp5532 const FunctionDecl *Definition, in CheckConstexprFunction()
6220 const CXXConstructorDecl *Definition, in HandleConstructorCall()
6433 const CXXConstructorDecl *Definition, in HandleConstructorCall()
6531 const FunctionDecl *Definition = nullptr; in HandleDestructionImpl() local
7797 const FunctionDecl *Definition = nullptr; in handleCallExpr() local
10107 const FunctionDecl *Definition = nullptr; in VisitCXXConstructExpr() local
10148 const FunctionDecl *Definition = nullptr; in VisitCXXInheritedCtorInitExpr() local
H A DASTImporter.cpp301 const FunctionDecl *Definition = nullptr; in FindAndMapDefinition() local
4713 ObjCProtocolDecl *Definition = D->getDefinition(); in VisitObjCProtocolDecl() local
5236 ObjCInterfaceDecl *Definition = D->getDefinition(); in VisitObjCInterfaceDecl() local
6130 VarDecl *Definition = D->getDefinition(); in VisitVarTemplateSpecializationDecl() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp669 void RegAllocFast::assignDanglingDebugValues(MachineInstr &Definition, in assignDanglingDebugValues()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp772 const FunctionDecl *Definition; in getRuntimeDefinition() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp461 Argument *Definition; member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp81 using Definition = lldb_private::FormatEntity::Entry::Definition; typedef
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp1990 StringRef Definition; member in __anonece5a09e0111::FunctionMacro
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h426 SExpr *Definition; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp856 const FunctionDecl *Definition = nullptr; in EmitConstructorBody() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1779 Definition, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp5947 FunctionDecl *Definition, in hasSimilarParameters()
15001 const FunctionDecl *Definition = EffectiveDefinition; in CheckForFunctionRedefinition() local
15662 const FunctionDecl *Definition; in ActOnFinishFunctionBody() local

12