Searched defs:Declaration (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp137 llvm::Value *Declaration; variable
139 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
143 Declaration =
148 CurI->replaceAllUsesWith(Declaration);
/external/v8/tools/
H A Djsmin.py89 def Declaration(self, m): member in class:JavaScriptMinifier
294 self.Declaration,
/external/clang/unittests/AST/
H A DPostOrderASTVisitor.cpp1 //===- unittests/AST/PostOrderASTVisitor.cpp - Declaration printer tests --===//
62 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { argument
63 VisitedNodes.push_back(Declaration->getQualifiedNameAsString());
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h62 struct tgsi_declaration Declaration; member in struct:tgsi_full_declaration
/external/pdfium/core/fxcrt/xml/
H A Dcfx_saxreader.h27 Declaration, member in class:CFX_SAXItem::Type
/external/clang/include/clang/Index/
H A DIndexSymbol.h75 Declaration = 1 << 0, member in class:clang::index::SymbolRole
/external/llvm/lib/Linker/
H A DLinkModules.cpp471 GlobalValue *Declaration; local
473 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage, "", &M);
475 Declaration =
480 Declaration->takeName(&Alias);
481 Alias.replaceAllUsesWith(Declaration);
/external/clang/include/clang/AST/
H A DTemplateBase.h51 Declaration, enumerator in enum:clang::TemplateArgument::ArgKind
138 DeclArg.Kind = Declaration;
246 assert(getKind() == Declaration && "Unexpected kind");
251 assert(getKind() == Declaration && "Unexpected kind");
489 assert(Argument.getKind() == TemplateArgument::Declaration);
H A DOpenMPClause.h2797 // \brief Declaration associated with the declaration. If the component does
2974 "Declaration and component lists size is not consistent!");
3118 /// Declaration.
3120 const ValueDecl *Declaration, ArrayRef<ValueDecl *> UniqueDecls,
3130 if (*DeclCur == Declaration)
3119 const_component_lists_iterator( const ValueDecl *Declaration, ArrayRef<ValueDecl *> UniqueDecls, ArrayRef<unsigned> DeclsListNum, ArrayRef<unsigned> CumulativeListSizes, MappableExprComponentListRef Components) argument
/external/clang/lib/Index/
H A DCommentToXML.cpp567 SmallString<128> &Declaration);
594 const DeclInfo *DI, SmallString<128> &Declaration) {
596 StringRef StringDecl(Declaration.c_str(), Declaration.size());
607 unsigned Length = Declaration.size();
613 Declaration = FormatRewriterContext.getRewrittenText(ID);
948 Result << "<Declaration>";
949 SmallString<128> Declaration; local
950 getSourceTextOfDeclaration(DI, Declaration);
951 formatTextOfDeclaration(DI, Declaration);
593 formatTextOfDeclaration( const DeclInfo *DI, SmallString<128> &Declaration) argument
[all...]
/external/libevent/
H A Devent_rpcgen.py118 dcl = entry.Declaration()
532 def Declaration(self): member in class:EntryBytes
651 def Declaration(self): member in class:EntryInt
763 def Declaration(self): member in class:EntryString
936 def Declaration(self): member in class:EntryStruct
1051 def Declaration(self): member in class:EntryVarBytes
1294 def Declaration(self): function
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp416 Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables,
424 Flags, IsOptimized, Unit, TemplateParams, Declaration, Variables));
427 TemplateParams, Declaration, Variables};
410 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h536 Metadata *Declaration; member in struct:llvm::MDNodeKeyImpl
545 Metadata *Declaration, Metadata *Variables)
552 TemplateParams(TemplateParams), Declaration(Declaration),
564 Declaration(N->getRawDeclaration()), Variables(N->getRawVariables()) {}
580 Declaration == RHS->getRawDeclaration() &&
539 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables) argument
/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h338 const GlobalDeclaration *Declaration,
342 RelocInitializer(VDL, Declaration, OffsetExpr, NoFixup);
346 const GlobalDeclaration *Declaration,
351 RelocInitializer(VDL, Declaration, OffsetExpr, HasFixup, Fixup);
368 const GlobalDeclaration *getDeclaration() const { return Declaration; }
378 const GlobalDeclaration *Declaration,
382 Declaration(Declaration), // The global declaration used in the reloc.
392 const GlobalDeclaration *Declaration; member in class:Ice::VariableDeclaration::RelocInitializer
337 create(VariableDeclarationList *VDL, const GlobalDeclaration *Declaration, const RelocOffsetArray &OffsetExpr) argument
345 create(VariableDeclarationList *VDL, const GlobalDeclaration *Declaration, const RelocOffsetArray &OffsetExpr, FixupKind Fixup) argument
377 RelocInitializer(VariableDeclarationList *VDL, const GlobalDeclaration *Declaration, const RelocOffsetArray &OffsetExpr, bool HasFixup, FixupKind Fixup = 0) argument
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp419 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
782 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, argument
785 if (!Declaration->hasDefinition())
787 for (const auto &It : Declaration->bases()) {
799 if (ClassDecl == Declaration) {
/external/autotest/site_utils/rpm_control_system/
H A DBeautifulSoup.py502 class Declaration(NavigableString): class in inherits:NavigableString
1447 "Handle DOCTYPEs and the like as Declaration objects."
1448 self._toStringSubclass(data, Declaration)
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1430 DISubprogram *Declaration = getSubprogram(); local
1438 TemplateParams, Declaration, Variables);
1458 EXPECT_EQ(Declaration, N->getDeclaration());
1464 TemplateParams, Declaration, Variables));
1470 Unit, TemplateParams, Declaration, Variables));
1475 Unit, TemplateParams, Declaration, Variables));
1480 TemplateParams, Declaration, Variables));
1485 Unit, TemplateParams, Declaration, Variables));
1490 Unit, TemplateParams, Declaration, Variables));
1496 Unit, TemplateParams, Declaration, Variable
[all...]
/external/clang/lib/AST/
H A DASTDiagnostic.cpp507 /// Integer or Declaration, then use that diff type instead.
513 /// Declaration difference, nullptr arguments are included here
514 Declaration, enumerator in enum:__anon1421::TemplateDiff::DiffTree::DiffKind
642 FlatTree[CurrentNode].Kind = Declaration;
794 assert(FlatTree[ReadNode].Kind == Declaration && "Unexpected kind.");
1149 case TemplateArgument::Declaration: {
1179 case TemplateArgument::Declaration: {
1463 case DiffTree::Declaration: {
H A DExprConstant.cpp3857 const FunctionDecl *Declaration,
3863 Declaration->isConstexpr())
3868 if (Declaration->isInvalidDecl())
3877 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration;
3856 CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Declaration, const FunctionDecl *Definition, const Stmt *Body) argument
/external/v8/src/interpreter/
H A Dbytecode-generator.cc518 declarations_.push_back(Declaration(name, slot, literal_slot, func));
523 declarations_.push_back(Declaration(name, slot, nullptr));
531 for (const Declaration& declaration : declarations_) {
575 struct Declaration { struct in class:v8::internal::interpreter::final
576 Declaration() : slot(FeedbackSlot::Invalid()), func(nullptr) {} function in struct:v8::internal::interpreter::final::Declaration
577 Declaration(const AstRawString* name, FeedbackSlot slot, function in struct:v8::internal::interpreter::final::Declaration
580 Declaration(const AstRawString* name, FeedbackSlot slot, function in struct:v8::internal::interpreter::final::Declaration
592 ZoneVector<Declaration> declarations_;
1001 void BytecodeGenerator::VisitDeclarations(Declaration::List* declarations) {
1004 for (Declaration* dec
[all...]
/external/v8/src/parsing/
H A Dparser-base.h574 struct Declaration { struct in struct:v8::internal::ParseFunctionFlags::ParserBase::DeclarationParsingResult
575 Declaration(ExpressionT pattern, int initializer_position, function in struct:v8::internal::ParseFunctionFlags::ParserBase::DeclarationParsingResult::Declaration
592 List<Declaration> declarations;
3745 typename DeclarationParsingResult::Declaration decl(
4695 // Declaration[?Yield]
4697 // Declaration[Yield] :
/external/clang/include/clang/Sema/
H A DSema.h1884 Declaration, member in class:clang::Sema::MissingImportKind
/external/clang/lib/Sema/
H A DSemaDecl.cpp2106 /// DeclhasAttr - returns true if decl Declaration already has the target
4677 /// hasSimilarParameters - Determine whether the C++ functions Declaration
4685 FunctionDecl *Declaration,
4689 if (Declaration->param_size() != Definition->param_size())
4691 for (unsigned Idx = 0; Idx < Declaration->param_size(); ++Idx) {
4692 QualType DeclParamTy = Declaration->getParamDecl(Idx)->getType();
4684 hasSimilarParameters(ASTContext &Context, FunctionDecl *Declaration, FunctionDecl *Definition, SmallVectorImpl<unsigned> &Params) argument
/external/v8/src/ast/
H A Dast.h117 class Declaration;
512 class Declaration : public AstNode { class in namespace:v8::internal
514 typedef ThreadedList<Declaration> List;
520 Declaration(VariableProxy* proxy, Scope* scope, int pos, NodeType type) function in class:v8::internal::Declaration
528 Declaration** next() { return &next_; }
529 Declaration* next_;
534 class VariableDeclaration final : public Declaration {
539 : Declaration(proxy, scope, pos, kVariableDeclaration) {}
543 class FunctionDeclaration final : public Declaration {
553 : Declaration(prox
[all...]
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...

Completed in 1223 milliseconds

12