/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 46 // PR5751: Resolve overloaded functions through using decls. 64 // Make sure that ADL can find names brought in by using decls.
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_sse2.c | 353 #define DECLS(opt1, opt2) \ 358 DECLS(sse2, sse); 359 DECLS(ssse3, ssse3); 360 #undef DECLS 432 #define DECLS(opt1, opt2) \ 437 DECLS(sse2, sse); 438 DECLS(ssse3, ssse3); 440 #undef DECLS
|
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 29 /// StoredDeclsList - This is an array of decls optimized a common case of only 116 /// getLookupResult - Return an array of all the decls that this list 142 // Most decls only have one entry in their list, special case it. 185 // decls that only contains tags.
|
Redeclarable.h | 1 //===-- Redeclarable.h - Base for Decls that can be redeclared -*- C++ -*-====// 23 /// \brief Provides common interface for the Decls that can be redeclared.
|
/external/clang/include/clang-c/ |
Platform.h | 1 /*===-- clang-c/Platform.h - C Index platform decls -------------*- C -*-===*\
|
/external/yaffs2/yaffs2/utils/ |
Makefile | 21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
|
/external/clang/lib/AST/ |
DeclBase.cpp | 112 llvm::errs() << " " << totalDecls << " decls total.\n"; 118 llvm::errs() << " " << n##DERIVED##s << " " #DERIVED " decls, " \ 890 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, 895 for (unsigned I = 0, N = Decls.size(); I != N; ++I) { 896 if (FieldsAlreadyLoaded && isa<FieldDecl>(Decls[I])) 899 Decl *D = Decls[I]; 937 SmallVector<Decl*, 64> Decls; 939 switch (Source->FindExternalLexicalDecls(this, Decls)) { 948 if (Decls.empty()) 960 llvm::tie(ExternalFirst, ExternalLast) = BuildDeclChain(Decls, [all...] |
DeclPrinter.cpp | 36 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls); 200 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { 202 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); 204 Decls.clear(); 228 SmallVector<Decl*, 2> Decls; 261 if (!Decls.empty() && !CurDeclType.isNull()) { 264 cast<TagType>(BaseType)->getDecl() == Decls[0]) { 265 Decls.push_back(*D); 271 if (!Decls.empty() [all...] |
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p12.cpp | 33 // using before decls 45 // using after decls 57 // using between decls
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 385 ArrayRef<serialization::LocalDeclID> Decls; 388 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) 389 : Mod(Mod), Decls(Decls) {} 395 // Updates for visible decls can occur for other contexts than just the 610 /// "interesting" decls. 672 /// \brief The IDs of all locally scoped extern "C" decls in the chain. 686 /// Sema tracks a few important decls, such as namespace std, directly. 696 /// The AST context tracks a few important decls, currently cudaConfigureCall, 709 /// \brief A list of undefined decls with internal linkage followed by th [all...] |
/external/clang/lib/Sema/ |
IdentifierResolver.cpp | 71 for (DeclsTy::iterator I = Decls.end(); I != Decls.begin(); --I) { 73 Decls.erase(I-1); 225 /// begin - Returns an iterator for decls with name 'Name'. 242 // No decls found. 416 else // No more decls.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 121 decls = self.node.pyx_decls(self.files, self.modname, macros = self.macros, func_cb = func_cb, names={}, cprefix="" ) 128 file.write(decls) 129 sys.stderr.write( "# wrote %s, %d lines\n" % (pxi,decls.count('\n')) )
|
/external/libsepol/tests/ |
test-common.c | 29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len) 45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len); 49 if (decls[i] == scope->decl_ids[j])
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 166 def dump_struct(decls, class_): 322 decls = parser.parse(headers, config, parser.COMPILATION_MODE.ALL_AT_ONCE) 323 global_ns = declarations.get_global_namespace(decls) 334 dump_struct(decls, class_)
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
func-decl.js | 60 shouldBeVal("function decls have no execution content", f, 3);
|
/external/clang/include/clang/Parse/ |
ParseAST.h | 29 /// This operation inserts the parsed decls into the translation
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 166 def dump_struct(decls, class_): 322 decls = parser.parse(headers, config, parser.COMPILATION_MODE.ALL_AT_ONCE) 323 global_ns = declarations.get_global_namespace(decls) 334 dump_struct(decls, class_)
|
/external/yaffs2/yaffs2/direct/ |
Makefile | 19 #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
getopt.m4 | 59 [dnl cross compiling - pessimistically guess based on decls
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.td | [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 491 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 494 <decls> 506 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 509 <decls> 518 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 520 <decls> 527 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 529 <decls> 536 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 539 <decls> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 561 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber, 565 <decls> 577 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 580 <decls> 589 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 591 <decls> 598 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 600 <decls> 607 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 610 <decls> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 546 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 549 <decls> 561 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 564 <decls> 573 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 575 <decls> 582 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 584 <decls> 591 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 594 <decls> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
JavaScript.stg | 500 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 503 <decls> 515 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 518 <decls> 527 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 529 <decls> 536 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 538 <decls> 545 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 548 <decls> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 521 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 524 <decls> 536 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 539 <decls> 548 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 550 <decls> 557 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 559 <decls> 566 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 569 <decls> [all...] |