/external/clang/test/Analysis/ |
unions.cpp | 5 struct Definition; 8 Definition *lexdef; 12 struct Definition : public ParseNode { }; 32 struct Definition; 37 Definition *lexdef; 45 struct Definition : public ParseNode { };
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
EnumClass.h | 67 // Definition should be a struct that encapsulates an enum list. 88 template <typename Definition> 89 class EnumClass : public Definition { 90 typedef enum Definition::Enums Value; 118 struct __enumName ## Definition { \ 124 typedef EnumClass< __enumName ## Definition > __enumName
|
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 16 // function's standard definition. This pass is implemented as a 301 Argument *Definition; 321 ArgumentGraph() { SyntheticRoot.Definition = 0; } 331 Node.Definition = A; 597 // made. If the definition doesn't have a 'nocapture' attribute by now, it 604 if (!ArgumentSCC[0]->Definition) continue; // synthetic root node 609 Argument *A = ArgumentSCC[0]->Definition; 622 if (!Node->Definition->hasNoCaptureAttr()) 633 ArgumentSCCNodes.insert((*I)->Definition); 641 Argument *A = (*UI)->Definition; [all...] |
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 60 /// \brief A macro definition. 136 /// \brief Record the location of a macro definition. 148 /// \brief Retrieve the location of the macro name in the definition. 159 /// \brief The definition of this macro or the name of the macro if it is 168 MacroExpansion(MacroDefinition *Definition, SourceRange Range) 170 NameOrDef(Definition) { } 182 /// \brief The definition of the macro being expanded. May return null if 359 /// \brief Register a new macro definition. 556 /// \brief Retrieve the macro definition that corresponds to the given
|
/external/clang/lib/AST/ |
ASTImporter.cpp | 89 /// \brief What we should import from the definition. 91 /// \brief Import the default subset of the definition, which might be [all...] |
Decl.cpp | [all...] |
ExprConstant.cpp | [all...] |
DeclBase.cpp | 643 const FunctionDecl *Definition; 644 if (FD->hasBody(Definition)) 645 return Definition->getSourceRange().getEnd(); 846 // If this is a tag type that has a definition or is currently 847 // being defined, that definition is our primary context. [all...] |
DeclCXX.cpp | 65 Definition(D), FirstFriend() { 69 return Bases.get(Definition->getASTContext().getExternalSource()); 73 return VBases.get(Definition->getASTContext().getExternalSource()); 233 // In the definition of a constexpr constructor [...] 453 // Notify the listener if an implicit member was added after the definition 457 L->AddedCXXImplicitMember(data().Definition, D); 658 // the definition. [all...] |
DeclObjC.cpp | 70 // If this context is a hidden protocol definition, don't find any 165 // If this context is a hidden protocol definition, don't find any 372 assert(!hasDefinition() && "ObjC class already has a definition"); 374 Data.getPointer()->Definition = this; 376 // Make the type point at the definition, now that we have one. 384 // Update all of the declarations with a pointer to the definition. 628 /// \brief A definition will return its interface declaration. 629 /// An interface declaration will return its definition. [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 129 // Method has a definition. 162 /// \brief Indicates if the method was a definition but its body was skipped. 251 /// \brief A definition will return its interface declaration. 252 /// An interface declaration will return its definition. 297 /// for a method definition. 435 /// \brief True if the method was a definition but its body was skipped. 465 /// \brief Returns whether this specific method is a definition. 632 /// \brief The definition of this class, for quick access from any 634 ObjCInterfaceDecl *Definition; 672 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(), [all...] |
Decl.h | 639 /// declaration or definition. 906 TentativeDefinition, ///< This declaration is a tentative definition. 907 Definition ///< This declaration is definitely a definition. [all...] |
DeclCXX.h | 96 /// specifiers of a C++ class definition. 486 CXXRecordDecl *Definition; 560 assert(DefinitionData && "queried property of class with no definition"); 565 assert(DefinitionData && "queried property of class with no definition"); 570 assert(DefinitionData && "queried property of lambda with no definition"); 656 return data().Definition; [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 462 const FunctionDecl *Definition; 463 if (!Result->hasBody(Definition)) 466 // We found a definition. If we're not sure that this devirtualization is 470 return RuntimeDefinition(Definition, R->StripCasts()); 471 return RuntimeDefinition(Definition, /*DispatchRegion=*/0); 761 // Cannot find a public definition. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3dcommon.idl | 305 LPCSTR Definition;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3dcommon.idl | 305 LPCSTR Definition;
|
/external/clang/lib/Sema/ |
Sema.cpp | 337 // The declaration may have become definition so check again. 351 // The declaration may have become definition so check again. 396 // __attribute__((weakref)) is basically a definition. 440 "used object requires definition but isn't inline or internal?"); 565 const FunctionDecl *Definition = 0; 566 if (KeyFunction->hasBody(Definition)) 567 MarkVTableUsed(Definition->getLocation(), *I, true); 657 // constitutes a tentative definition. If a translation unit 659 // and the translation unit contains no external definition for 672 // If the tentative definition was completed, getActingDefinition() return [all...] |
SemaTemplateInstantiateDecl.cpp | 643 // If this is an out-of-line definition of an enum member template, check 664 // instantiate the definition when visiting the definition in that case, since 677 // Update the location to refer to the definition. [all...] |
SemaDecl.cpp | 745 // A name used in a template declaration or definition and that is [all...] |
SemaChecking.cpp | 712 // FIXME: We should check as much as we can in the template definition. [all...] |
/external/bison/doc/ |
refcard.tex | 280 %%%%% Prime definition of key; redefined below to prevent overful hboxes 332 {\it name} is the leading part of the parser definition filename. 360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a 370 \section{Parser Definition Files} 373 The general form for a parser definition is: 384 Rule definition 1 386 Rule definition {\it n}
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 111 ATTRIBUTE Ascend-IP-Pool-Definition 217 string
|
/external/clang/tools/libclang/ |
CIndex.cpp | 464 // By definition, references have no children. 539 // If pointing inside a macro definition, check if the token is an identifier [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 720 // Read the definition. 723 // Set the definition data of the canonical declaration, so other 760 // Note that we have deserialized a definition. 785 // Read the definition. 788 // Set the definition data of the canonical declaration, so other 804 // Note that we have deserialized a definition. [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | 380 // We have to disable the optimization if this is an EI definition 392 // must be an EI definition somewhere with default visibility. In 402 // that don't have the key function's definition. But ignore 534 // definition somewhere else, so we can use available_externally linkage. 543 // In C++, the compiler has to emit a definition in every translation unit 548 // definition is dependable. 733 // overridden by a definition. 763 "Only globals with definition can force usage."); [all...] |