Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h119 struct Definition { struct
121 const char *name;
123 const char *string = nullptr;
125 const Entry::Type type;
127 const uint64_t data = 0;
129 const uint32_t num_children = 0;
131 const Definition *children = nullptr;
134 const bool keep_separator = false;
136 constexpr Definition(const char *name, const FormatEntity::Entry::Type t) in Definition() argument
139 constexpr Definition(const char *name, const char *string) in Definition() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp31 struct MacroExpander::Definition { struct in clang::format::MacroExpander
32 StringRef Name;
33 SmallVector<FormatToken *, 8> Params;
34 SmallVector<FormatToken *, 8> Body;
40 llvm::StringMap<size_t> ArgMap;
42 bool ObjectLike = true;
140 auto Definition = Parser.parse(); in parseDefinition() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp517 const object::coff_aux_section_definition *Definition = in createDefinedSymbol() local
560 const object::coff_aux_section_definition *Definition) { in createCOMDATExportRequest()
/freebsd/crypto/openssl/doc/designs/
H A Dxof.md21 ### Rules
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h104 Definition = 1 << 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1420 Instruction *I, MemoryAccess *Definition, const BasicBlock *BB, in createMemoryAccessInBB()
1430 Instruction *I, MemoryAccess *Definition, MemoryUseOrDef *InsertPt) { in createMemoryAccessBefore()
1440 Instruction *I, MemoryAccess *Definition, MemoryAccess *InsertPt) { in createMemoryAccessAfter()
H A DMemorySSA.cpp1726 MemoryAccess *Definition, in createDefinedAccess()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h178 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIRNormalizer.cpp458 Instruction *Definition, std::stack<Instruction *> &TopologicalSort, in reorderDefinition()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp440 const FunctionDecl *Definition = CallExprDecl; in castArgToParamTypeIfNeeded() local
811 const FunctionDecl *Definition; in getRuntimeDefinition() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1280 Definition enumerator
2233 const FunctionDecl* Definition; in hasBody() local
2256 const FunctionDecl* Definition; in isDefined() local
2262 const FunctionDecl *Definition; in getDefinition() local
2280 const FunctionDecl* Definition; in getBody() local
H A DDeclObjC.h1162 ObjCInterfaceDecl *Definition = nullptr; member
2084 ObjCProtocolDecl *Definition; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp596 const Decl *Definition = nullptr; in getExternalSourceSymbolAttr() local
1085 const FunctionDecl *Definition; in getBodyRBrace() local
H A DDecl.cpp3234 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined()
3514 const FunctionDecl *Definition; in isInlineBuiltinDeclaration() local
3881 const FunctionDecl *Definition; in doesDeclarationForceExternallyVisibleDefinition() local
4466 const FunctionDecl *Definition; in isOutOfLine() local
4474 const FunctionDecl *Definition; in isOutOfLine() local
H A DDeclObjC.cpp630 const ObjCInterfaceDecl *Definition) { in mergeDuplicateDefinitionWithCommon()
2035 const ObjCProtocolDecl *Definition) { in mergeDuplicateDefinitionWithCommon()
H A DExprConstant.cpp5952 const FunctionDecl *Definition, in CheckConstexprFunction()
6678 const CXXConstructorDecl *Definition, in HandleConstructorCall()
6893 const CXXConstructorDecl *Definition, in HandleConstructorCall()
6999 const FunctionDecl *Definition = nullptr; in HandleDestructionImpl() local
8464 const FunctionDecl *Definition = nullptr; in handleCallExpr() local
10943 const FunctionDecl *Definition = nullptr; in VisitCXXConstructExpr() local
10984 const FunctionDecl *Definition = nullptr; in VisitCXXInheritedCtorInitExpr() local
H A DDeclTemplate.cpp1475 if (VarTemplateDecl *Definition = VTD->getDefinition()) in getSourceRange() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp416 unsigned Definition = Attrs & LTO_SYMBOL_DEFINITION_MASK; in printLTOSymbolAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp820 void RegAllocFastImpl::assignDanglingDebugValues(MachineInstr &Definition, in assignDanglingDebugValues()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp83 using Definition = lldb_private::FormatEntity::Entry::Definition; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp510 Argument *Definition; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp2008 StringRef Definition; member in __anon819a2c470111::FunctionMacro
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h428 SExpr *Definition; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h449 Definition, // Definition of a tag: 'struct foo { int X; } Y;' enumerator
9704 Definition, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp853 const FunctionDecl *Definition = nullptr; in EmitConstructorBody() local

12