Searched refs:Definition (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-12-stable/sys/conf/
H A Dkern.post.mk72 # Definition copied from src/Makefile.inc1
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp244 diagnoseMissingImport(loc, SuggestedDef, MissingImportKind::Definition,
H A DSemaDeclObjC.cpp818 Definition, member in class:__anon3177::TypeParamListContext
857 newContext != TypeParamListContext::Definition) {
949 newContext == TypeParamListContext::Definition) {
1022 TypeParamListContext::Definition)) {
H A DSemaTemplateInstantiateDecl.cpp4395 const FunctionDecl *Definition = Tmpl; local
4396 Tmpl->isDefined(Definition);
4398 SemaRef.InstantiateAttrs(TemplateArgs, Definition, New,
H A DSemaExprCXX.cpp3093 const FunctionDecl *Definition = CD;
3094 if (!CD->isThisDeclarationADefinition() && !CD->isDefined(Definition)) {
3098 for (const auto *CI : cast<const CXXConstructorDecl>(Definition)->inits()) {
H A DSemaLookup.cpp5368 case MissingImportKind::Definition:
H A DSemaOpenMP.cpp5310 const FunctionDecl *Definition;
5311 if (!FD->isThisDeclarationADefinition() && FD->isDefined(Definition) &&
5312 (LangOpts.EmitAllDecls || Context.DeclMustBeEmitted(Definition)))
H A DSemaType.cpp8114 diagnoseMissingImport(Loc, SuggestedDef, MissingImportKind::Definition,
H A DSemaTemplate.cpp798 Sema::MissingImportKind::Definition, Recover);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp603 Data.getPointer()->Definition = this;
1938 Data.getPointer()->Definition = this;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1703 MemoryAccess *Definition,
1712 NewAccess->setDefiningAccess(Definition);
1702 createDefinedAccess(Instruction *I, MemoryAccess *Definition, const MemoryUseOrDef *Template, bool CreationMustSucceed) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h325 CXXRecordDecl *Definition; member in struct:clang::CXXRecordDecl::DefinitionData
537 return DD ? DD->Definition : nullptr;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp835 const FunctionDecl *Definition = nullptr; local
836 Stmt *Body = Ctor->getBody(Definition);
837 assert(Definition == Ctor && "emitting wrong constructor body");
H A DCodeGenModule.cpp2531 if (VD->isThisDeclarationADefinition() != VarDecl::Definition &&
4424 if (DK == VarDecl::Definition && VD->hasAttr<DLLImportAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2484 Definition, member in class:clang::final::MissingImportKind
2568 TUK_Definition, // Definition of a tag: 'struct foo { int X; } Y;'
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2554 % Definition of @item while inside @itemize and @enumerate.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3656 % Definition of @item while inside @itemize and @enumerate.

Completed in 779 milliseconds

12