Searched defs:Definition (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/Analysis/
H A Dunions.cpp7 struct Definition;
10 Definition *lexdef;
14 struct Definition : public ParseNode { }; struct in namespace:PR14054_reduced
34 struct Definition;
39 Definition *lexdef;
47 struct Definition : public ParseNode { }; struct in namespace:PR14054_original
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py82 class Definition(NodeBase): class in inherits:NodeBase
117 class Const(Definition):
136 class Enum(Definition):
152 class EnumValue(Definition):
196 class Interface(Definition):
212 class Method(Definition):
324 class Struct(Definition):
340 class StructField(Definition):
373 class Union(Definition):
389 class UnionField(Definition)
[all...]
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp235 Argument *Definition; member in struct:__anon14628::ArgumentGraphNode
255 ArgumentGraph() { SyntheticRoot.Definition = nullptr; }
265 Node.Definition = A;
577 if (!ArgumentSCC[0]->Definition)
583 Argument *A = ArgumentSCC[0]->Definition;
596 if (!Node->Definition->hasNoCaptureAttr())
607 ArgumentSCCNodes.insert(I->Definition);
614 Argument *A = Use->Definition;
625 Argument *A = ArgumentSCC[i]->Definition;
644 Argument *A = ArgumentSCC[i]->Definition;
[all...]
/external/clang/include/clang/Index/
H A DIndexSymbol.h76 Definition = 1 << 1, member in class:clang::index::SymbolRole
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h168 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) argument
169 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp520 const FunctionDecl *Definition; local
521 if (!Result->hasBody(Definition))
528 return RuntimeDefinition(Definition, R->StripCasts());
529 return RuntimeDefinition(Definition, /*DispatchRegion=*/nullptr);
/external/deqp/external/vulkancts/scripts/
H A Dgen_framework.py200 class Definition: class in inherits:
598 return [Definition(None, match[0], match[1]) for match in matches if not skipDefinition(extensionName, match)]
621 definitions = [Definition(type, name, parsePreprocDefinedValueOptional(extensionSrc, name)) for name, type in DEFINITIONS]
650 definitions = [Definition(type, name, parsePreprocDefinedValue(src, name)) for name, type in DEFINITIONS]
/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp466 MemoryAccess *Definition) {
472 NewAccess->setDefiningAccess(Definition);
477 MemoryAccess *Definition,
480 MemoryUseOrDef *NewAccess = createDefinedAccess(I, Definition);
496 MemoryAccess *Definition,
500 MemoryUseOrDef *NewAccess = createDefinedAccess(I, Definition);
507 MemoryAccess *Definition,
511 MemoryUseOrDef *NewAccess = createDefinedAccess(I, Definition);
465 createDefinedAccess(Instruction *I, MemoryAccess *Definition) argument
476 createMemoryAccessInBB(Instruction *I, MemoryAccess *Definition, const BasicBlock *BB, InsertionPlace Point) argument
495 createMemoryAccessBefore(Instruction *I, MemoryAccess *Definition, MemoryAccess *InsertPt) argument
506 createMemoryAccessAfter(Instruction *I, MemoryAccess *Definition, MemoryAccess *InsertPt) argument
/external/clang/lib/AST/
H A DDeclBase.cpp768 const FunctionDecl *Definition; local
769 if (FD->hasBody(Definition))
770 return Definition->getSourceRange().getEnd();
H A DDecl.cpp1938 return Definition;
1940 return Definition;
1952 return Definition;
1955 return Definition;
1959 return Definition;
1988 return Definition;
2000 if (Kind == Definition)
2011 if (I->isThisDeclarationADefinition(C) == Definition)
2023 if (Kind == Definition)
2454 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) cons
2858 const FunctionDecl *Definition; local
3330 const FunctionDecl *Definition; local
3338 const FunctionDecl *Definition; local
[all...]
H A DASTImporter.cpp2718 TagDecl *Definition = D->getDefinition(); local
2719 if (Definition && Definition != D) {
2720 Decl *ImportedDef = Importer.Import(Definition);
3813 ObjCProtocolDecl *Definition = D->getDefinition(); local
3814 if (Definition && Definition != D) {
3815 Decl *ImportedDef = Importer.Import(Definition);
4010 ObjCInterfaceDecl *Definition = D->getDefinition(); local
4011 if (Definition
4407 CXXRecordDecl *Definition local
4509 TagDecl *Definition = D->getDefinition(); local
4598 VarDecl *Definition = local
4706 VarDecl *Definition = D->getDefinition(); local
[all...]
H A DExprConstant.cpp3858 const FunctionDecl *Definition,
3862 if (Info.checkingPotentialConstantExpression() && !Definition &&
3872 if (Definition && Definition->isConstexpr() &&
3873 !Definition->isInvalidDecl() && Body)
3877 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration;
3994 const CXXConstructorDecl *Definition,
4000 const CXXRecordDecl *RD = Definition->getParent();
4006 CallStackFrame Frame(Info, CallLoc, Definition,
3856 CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Declaration, const FunctionDecl *Definition, const Stmt *Body) argument
3992 HandleConstructorCall(const Expr *E, const LValue &This, APValue *ArgValues, const CXXConstructorDecl *Definition, EvalInfo &Info, APValue &Result) argument
4133 HandleConstructorCall(const Expr *E, const LValue &This, ArrayRef<const Expr*> Args, const CXXConstructorDecl *Definition, EvalInfo &Info, APValue &Result) argument
4422 const FunctionDecl *Definition = nullptr; local
5673 const FunctionDecl *Definition = nullptr; local
5705 const FunctionDecl *Definition = nullptr; local
[all...]
/external/clang/lib/Sema/
H A DSemaCast.cpp702 assert(SrcDecl && "Definition missing");
1756 const FunctionDecl *Definition; local
1757 if (!FD || !FD->hasBody(Definition))
1785 SourceLocation NameLoc = Definition->getNameInfo().getLoc();
H A DSemaTemplateInstantiateDecl.cpp1700 const FunctionDecl *Definition = nullptr; local
1701 if (Function->isDefined(Definition) &&
1702 Definition->getTemplateSpecializationKind() == TSK_Undeclared) {
1705 SemaRef.Diag(Definition->getLocation(), diag::note_previous_definition);
3459 const FunctionDecl *Definition = Tmpl; local
3460 Tmpl->isDefined(Definition);
3462 SemaRef.InstantiateAttrs(TemplateArgs, Definition, New,
H A DSemaDeclObjC.cpp742 Definition, member in class:__anon1834::TypeParamListContext
781 newContext != TypeParamListContext::Definition) {
873 newContext == TypeParamListContext::Definition) {
947 TypeParamListContext::Definition)) {
H A DSemaExprCXX.cpp2713 const FunctionDecl *Definition = CD; local
2714 if (!CD->isThisDeclarationADefinition() && !CD->isDefined(Definition)) {
2718 for (const auto *CI : cast<const CXXConstructorDecl>(Definition)->inits()) {
H A DSemaDecl.cpp2383 if (VD->isThisDeclarationADefinition() != VarDecl::Definition) {
3662 New->isThisDeclarationADefinition() == VarDecl::Definition &&
4678 /// and Definition have "nearly" matching parameters. This heuristic is
4686 FunctionDecl *Definition,
4689 if (Declaration->param_size() != Definition->param_size())
4693 QualType DefParamTy = Definition->getParamDecl(Idx)->getType();
10048 case VarDecl::Definition:
11149 const FunctionDecl *Definition = EffectiveDefinition; local
11150 if (!Definition)
11151 if (!FD->isDefined(Definition))
4684 hasSimilarParameters(ASTContext &Context, FunctionDecl *Declaration, FunctionDecl *Definition, SmallVectorImpl<unsigned> &Params) argument
11570 const FunctionDecl *Definition; local
[all...]
/external/flatbuffers/include/flatbuffers/
H A Didl.h35 // Definition Language) / schema file.
217 struct Definition { struct in namespace:flatbuffers
218 Definition() : generated(false), defined_namespace(nullptr), function in struct:flatbuffers::Definition
239 struct FieldDef : public Definition {
259 struct StructDef : public Definition {
314 struct EnumDef : public Definition {
351 struct ServiceDef : public Definition {
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h356 : SExpr(COP_Variable), Name(s), Definition(D), Cvdecl(nullptr) {
361 Definition(D), Cvdecl(Cvd) {
365 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) {
381 SExpr *definition() { return Definition; }
382 const SExpr *definition() const { return Definition; }
386 void setDefinition(SExpr *E) { Definition = E; }
407 SExpr* Definition; // The TIL type or definition member in class:clang::threadSafety::Variable
677 auto E0 = Vs.traverse(VarDecl->Definition, Vs.typeCtx(Ctx));
712 assert(Vd->Definition == nullptr);
714 Vd->Definition
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h490 CXXRecordDecl *Definition; member in struct:clang::CXXRecordDecl::DefinitionData
682 return DD ? DD->Definition : nullptr;
H A DDeclObjC.h1103 ObjCInterfaceDecl *Definition; member in struct:clang::ObjCInterfaceDecl::DefinitionData
1154 DefinitionData() : Definition(), SuperClassTInfo(), CategoryList(), IvarList(),
1455 return hasDefinition()? Data.getPointer()->Definition : nullptr;
1462 return hasDefinition()? Data.getPointer()->Definition : nullptr;
1795 return hasDefinition() ? data().Definition->isImplicit() : isImplicit();
1974 ObjCProtocolDecl *Definition; member in struct:clang::ObjCProtocolDecl::DefinitionData
2099 return hasDefinition()? Data.getPointer()->Definition : nullptr;
2104 return hasDefinition()? Data.getPointer()->Definition : nullptr;
/external/clang/lib/CodeGen/
H A DCGClass.cpp934 const FunctionDecl *Definition = nullptr; local
935 Stmt *Body = Ctor->getBody(Definition);
936 assert(Definition == Ctor && "emitting wrong constructor body");
/external/clang/include/clang/Sema/
H A DSema.h1885 Definition, member in class:clang::Sema::MissingImportKind
1946 TUK_Definition, // Definition of a tag: 'struct foo { int X; } Y;'
/external/clang/tools/libclang/
H A DCIndex.cpp5024 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : "";
5046 CXCursor Definition = clang_getCursorDefinition(Result); local
5047 if (!clang_equalCursors(Definition, clang_getNullCursor())) {
5048 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition);
5050 = clang_getCursorKindSpelling(Definition.kind);
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 1179 milliseconds

12