/external/chromium_org/tools/clang/plugins/ |
FindBadConstructs.cpp | 275 bool InTestingNamespace(const Decl* record) { 382 if (TemplateDecl* decl = name.getAsTemplateDecl()) { 383 std::string base_name = decl->getNameAsString(); 467 if (TemplateDecl* decl = name.getAsTemplateDecl()) { 468 std::string base_name = decl->getNameAsString(); 472 self->GetNamespace(decl) == "base") {
|
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 102 decl %ecx 281 decl %ecx 349 decl %ecx 405 decl %ecx 472 decl %ecx
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 344 /* for.statement : FOR "(" decl.or.expr expression ";" expression ")" 617 Stmnt decl = null; local 619 decl = (Stmnt)ASTList.concat(decl, 620 new Stmnt(DECL, parseDeclarator(tbl, d))); 623 return decl; 646 Declarator decl = d.make(symbol, dim, init); local 647 tbl.append(name, decl); 648 return decl; 1221 Declarator decl; local [all...] |
JvstCodeGen.java | 514 Declarator decl local 517 tbl.append(varName, decl); 559 Declarator decl local 562 tbl.append(varName, decl); 590 Declarator decl local 592 tbl.append(varName, decl);
|
MemberResolver.java | 333 public CtClass lookupClass(Declarator decl) throws CompileError { 334 return lookupClass(decl.getType(), decl.getArrayDim(), 335 decl.getClassName());
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | [all...] |
/external/libsepol/src/ |
write.c | 1784 avrule_decl_t *decl; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86_64.S | 14 decl %eax 35 decl %eax 58 decl %eax 91 decl %eax 125 decl %eax 163 decl %eax 202 decl %eax 211 decl %eax 259 decl %eax 268 decl %ea [all...] |
/external/clang/unittests/ASTMatchers/ |
ASTMatchersTest.cpp | 43 TEST(Decl, MatchesDeclarations) { 44 EXPECT_TRUE(notMatches("", decl(usingDecl()))); 46 decl(usingDecl()))); 631 // Decl bound to Id that can be dynamically cast to T. 690 decl(hasDescendant(loc(builtinType()))))); 706 new VerifyIdIsBoundTo<Decl>("x", 3))); 816 new VerifyIdIsBoundTo<Decl>("b"))); 852 new VerifyIdIsBoundTo<Decl>("x", 2))); [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.S | 14 decl %eax 35 decl %eax 58 decl %eax 91 decl %eax 125 decl %eax 163 decl %eax 202 decl %eax 211 decl %eax 259 decl %eax 268 decl %ea [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
PropertySetCSSStyleDeclaration.cpp | 45 StyleAttributeMutationScope(PropertySetCSSStyleDeclaration* decl) 50 ASSERT(s_currentDecl == decl); 55 s_currentDecl = decl;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_llvm.c | 39 const struct tgsi_full_declaration *decl) 43 switch (decl->Semantic.Name) { 72 const struct tgsi_full_declaration *decl)
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_llvm.c | 39 const struct tgsi_full_declaration *decl) 43 switch (decl->Semantic.Name) { 72 const struct tgsi_full_declaration *decl)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 160 /* Declare DECL to be a weak symbol. */ 194 with defining the name of the function. DECL describes the function. 200 function. DECL describes the function. NAME is the function's name. */ 214 /* Compute the alignment of variable specified by DECL. 216 extern void align_variable (tree decl, bool dont_output_data); 220 nothing.) Do nothing if DECL is not external. */ 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL) 406 /* Decide whether DECL needs to be in a writable section. 462 default_elf_unique_section. Categorizes the DECL. * 513 tree decl; variable [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 160 /* Declare DECL to be a weak symbol. */ 194 with defining the name of the function. DECL describes the function. 200 function. DECL describes the function. NAME is the function's name. */ 214 /* Compute the alignment of variable specified by DECL. 216 extern void align_variable (tree decl, bool dont_output_data); 220 nothing.) Do nothing if DECL is not external. */ 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL) 406 /* Decide whether DECL needs to be in a writable section. 462 default_elf_unique_section. Categorizes the DECL. * 513 tree decl; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 160 /* Declare DECL to be a weak symbol. */ 194 with defining the name of the function. DECL describes the function. 200 function. DECL describes the function. NAME is the function's name. */ 214 /* Compute the alignment of variable specified by DECL. 216 extern void align_variable (tree decl, bool dont_output_data); 220 nothing.) Do nothing if DECL is not external. */ 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL) 406 /* Decide whether DECL needs to be in a writable section. 462 default_elf_unique_section. Categorizes the DECL. * 513 tree decl; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 160 /* Declare DECL to be a weak symbol. */ 194 with defining the name of the function. DECL describes the function. 200 function. DECL describes the function. NAME is the function's name. */ 214 /* Compute the alignment of variable specified by DECL. 216 extern void align_variable (tree decl, bool dont_output_data); 220 nothing.) Do nothing if DECL is not external. */ 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL) 406 /* Decide whether DECL needs to be in a writable section. 462 default_elf_unique_section. Categorizes the DECL. * 513 tree decl; variable [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 43 /** Either a function definition or any other kind of C decl/def.
|
/external/chromium_org/tools/gn/ |
scope.h | 109 bool AddTemplate(const std::string& name, const FunctionCallNode* decl);
|
/external/openfst/src/script/ |
fst-class.cc | 23 #include <fst/fst-decl.h>
|
/external/zlib/src/contrib/inflate86/ |
inffast.S | 292 decl %eax 298 decl %eax 523 decl %eax 603 decl %eax /* (1 << op) - 1 */ 655 decl out_r 679 decl %eax 697 decl %eax [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 170 // The call to decl (from above) 816 Method* decl = new Method; local 817 decl->comment = gather_comments(method->comments_token->extra); 818 decl->modifiers = PUBLIC | ABSTRACT; 819 decl->returnType = NAMES.Search(method->type.type.data); 820 decl->returnTypeDimension = method->type.dimension; 821 decl->name = method->name.data; 824 decl->parameters.push_back(new Variable( 831 decl->parameters.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0)); 833 serviceBaseClass->elements.push_back(decl); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl) 789 const unsigned first = decl->Range.First, last = decl->Range.Last; 791 if (decl->Declaration.Semantic) { 792 sn = decl->Semantic.Name; 793 si = decl->Semantic.Index; 796 switch (decl->Declaration.File) { 811 switch (decl->Interp.Interpolate) { 824 if (decl->Interp.Centroid) 852 decl->Declaration.UsageMask << (si * 4) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl) 789 const unsigned first = decl->Range.First, last = decl->Range.Last; 791 if (decl->Declaration.Semantic) { 792 sn = decl->Semantic.Name; 793 si = decl->Semantic.Index; 796 switch (decl->Declaration.File) { 811 switch (decl->Interp.Interpolate) { 824 if (decl->Interp.Centroid) 852 decl->Declaration.UsageMask << (si * 4) [all...] |