/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 333 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 359 catch(decl,action) ::= << 360 catch (<e.decl>) { [all...] |
/external/v8/src/ |
ast.h | 2646 VariableDeclaration* decl = local 2655 FunctionDeclaration* decl = local 2663 ModuleDeclaration* decl = local 2671 ImportDeclaration* decl = local 2678 ExportDeclaration* decl = local [all...] |
/external/libxml2/ |
xmlschemas.c | 521 * The attr. decl. OR a QName-ref. to an attr. decl. OR 685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */ 894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo 949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo 8438 xmlSchemaElementPtr decl = NULL; local 25795 xmlSchemaElementPtr decl = NULL; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 539 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 581 catch(decl,action) ::= << 582 catch (<e.decl>) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 517 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 559 catch(decl,action) ::= << 560 catch (<e.decl>) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 682 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 714 catch(decl,action) ::= << 715 catch (<e.decl>) [all...] |
/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | 10 // This file implements decl-related attribute processing. 62 static const FunctionType *getFunctionType(const Decl *D, 65 if (const ValueDecl *decl = dyn_cast<ValueDecl>(D)) 66 Ty = decl->getType(); 67 else if (const FieldDecl *decl = dyn_cast<FieldDecl>(D)) 68 Ty = decl->getType(); 69 else if (const TypedefNameDecl* decl = dyn_cast<TypedefNameDecl>(D)) 70 Ty = decl->getUnderlyingType(); 85 /// isFunction - Return true if the given decl has function 87 static bool isFunction(const Decl *D) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 363 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 390 catch(decl,action) ::= << 391 catch (<e.decl>) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 385 VariableDeclarationFragment decl = (VariableDeclarationFragment) first; local 386 target = decl.getName().toString();
|
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.h | 209 void addMatchedDeclaration(CSSMutableStyleDeclaration* decl);
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 178 decl %chainlenwmask
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 525 tree decl; 680 /* Add the decl D to the local_decls list of FUN. */ 717 entry is a referenced type, and the value is the DECL of the global 524 tree decl; variable
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 525 tree decl; 680 /* Add the decl D to the local_decls list of FUN. */ 717 entry is a referenced type, and the value is the DECL of the global 524 tree decl; variable
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 525 tree decl; 680 /* Add the decl D to the local_decls list of FUN. */ 717 entry is a referenced type, and the value is the DECL of the global 524 tree decl; variable
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 525 tree decl; 680 /* Add the decl D to the local_decls list of FUN. */ 717 entry is a referenced type, and the value is the DECL of the global 524 tree decl; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 262 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const; 265 SVal getLValue(const FieldDecl *decl, SVal Base) const; 268 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
|
/external/openssl/crypto/aes/asm/ |
vpaes-x86.S | 261 decl %eax 280 decl %eax 294 decl %eax
|
/external/quake/quake/src/QW/client/ |
d_draw16.s | 202 decl %ecx 466 decl %ecx 840 decl %edi // adjust for hardwired offsets
|
d_spr8.s | 226 decl %ecx 498 decl %eax 756 decl %edi // adjust for hardwired offsets
|
/external/quake/quake/src/WinQuake/ |
d_draw16.s | 202 decl %ecx 466 decl %ecx 840 decl %edi // adjust for hardwired offsets
|
d_spr8.s | 226 decl %ecx 498 decl %eax 756 decl %edi // adjust for hardwired offsets
|
/external/webkit/Source/WebCore/html/ |
HTMLElement.cpp | 682 attr->decl()->removeProperty(CSSPropertyWordWrap, false); 683 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false); 684 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 515 extern bool has_c_linkage (const_tree decl); 677 /* In c-decl.c and cp/tree.c. FIXME. */ 734 extern void check_main_parameter_types (tree decl); 770 extern void set_compound_literal_name (tree decl); 823 /* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 515 extern bool has_c_linkage (const_tree decl); 677 /* In c-decl.c and cp/tree.c. FIXME. */ 734 extern void check_main_parameter_types (tree decl); 770 extern void set_compound_literal_name (tree decl); 823 /* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 515 extern bool has_c_linkage (const_tree decl); 677 /* In c-decl.c and cp/tree.c. FIXME. */ 734 extern void check_main_parameter_types (tree decl); 770 extern void set_compound_literal_name (tree decl); 823 /* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */ [all...] |