/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 81 instantiations purposes and like). Implemented in decl.c. */ 358 /* Set *DECL to the (non-hidden) declaration for ID at global scope, 362 get_global_value_if_present (tree id, tree *decl) 366 *decl = global_value;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 165 tree decl; member in struct:ipa_param_descriptor 231 return info->params[i].decl; 472 non-default-def ssa names when a parm decl is going away. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 81 instantiations purposes and like). Implemented in decl.c. */ 358 /* Set *DECL to the (non-hidden) declaration for ID at global scope, 362 get_global_value_if_present (tree id, tree *decl) 366 *decl = global_value;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 165 tree decl; member in struct:ipa_param_descriptor 231 return info->params[i].decl; 472 non-default-def ssa names when a parm decl is going away. */
|
/external/quake/quake/src/QW/client/ |
surf8.s | 256 decl sb_v 426 decl sb_v 566 decl sb_v 708 decl sb_v 776 decl %ecx
|
d_draw.s | 198 decl %ecx 435 decl %ecx 685 decl %edi // adjust for hardwired offsets 854 decl %ecx 897 decl %ecx 969 decl %ecx 1012 decl %ecx
|
r_aclipa.s | 147 decl %eax
|
r_aliasa.s | 224 decl %ecx
|
/external/quake/quake/src/WinQuake/ |
surf8.s | 256 decl sb_v 426 decl sb_v 566 decl sb_v 708 decl sb_v 776 decl %ecx
|
d_draw.s | 198 decl %ecx 435 decl %ecx 685 decl %edi // adjust for hardwired offsets 854 decl %ecx 897 decl %ecx 969 decl %ecx 1012 decl %ecx
|
r_aclipa.s | 147 decl %eax
|
r_aliasa.s | 224 decl %ecx
|
/external/elfutils/libdw/ |
libdw.h | 582 extern const char *dwarf_decl_file (Dwarf_Die *decl); 585 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep) 589 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
|
/external/javassist/src/main/javassist/compiler/ |
Javac.java | 95 CtClass decl = cb.getDeclaringClass(); local 97 .rebuildStackMapIf6(decl.getClassPool(), 98 decl.getClassFile2());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ReplaceStringsVisitor.java | 305 MethodDeclaration decl = findParentClass(node, MethodDeclaration.class); local 306 if (decl != null) { 307 for (Object obj : decl.parameters()) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 250 * Lang.g:10:1: start : decl ; 270 // Lang.g:10:7: ( decl ) // ruleBlockSingleAlt 271 // Lang.g:10:9: decl // alt 279 decl1 = [self decl]; 316 * $ANTLR start decl 317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ; 319 - (LangParser_decl_return *) decl 349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAl [all...] |
LangDumpDecl.m | 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 129 * $ANTLR start decl 130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ; 132 - (void) decl 141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt 142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt 144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45]; 185 /* $ANTLR end decl */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 428 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 452 catch(decl,action) ::= << 453 catch (<e.decl>) { 1155 <scope.attributes:{<it.decl>;}; separator="\n"> 1164 <scope.attributes:{<it.decl>;}; separator="\n"> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 385 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 412 catch(decl,action) ::= << 413 catch (<e.decl>) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 443 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 471 catch(decl,action) ::= << 472 except <e.decl>: [all...] |
/external/clang/include/clang/AST/ |
Makefile | 41 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserQt.cpp | 345 const QXmlStreamNamespaceDeclaration &decl = ns[i]; local 346 String namespaceURI = decl.namespaceUri(); 347 String namespaceQName = decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:"); 348 namespaceQName.append(decl.prefix());
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 1196 NamedDecl *decl = *begin; local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorLRE.java | 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local 364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
|
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 223 def getNameTypePair(decl): 226 elements = decl.strip().split(' ')
|