HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 101 - 125 of 266) sorted by null

1 2 3 45 6 7 8 91011

  /external/e2fsprogs/intl/
localealias.c 131 # define libc_freeres_ptr(decl) decl
  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.cpp 109 m_borderColorSet = attr->decl();
110 if (!attr->decl() && !attr->isEmpty()) {
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 882 String decl = type.getDeclaration(); local
925 String decl = type.getDeclaration(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
name-lookup.h 82 instantiations purposes and like). Implemented in decl.c. */
351 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
355 get_global_value_if_present (tree id, tree *decl)
359 *decl = global_value;
  /prebuilts/gcc/darwin-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/darwin-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. */
  /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
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 236 return QualType(decl->getTypeForDecl(), 0);
315 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
403 const CXXRecordDecl *decl,
405 ID.AddPointer(decl);
410 ProfileRegion(ID, decl, superRegion);
473 os << "base " << decl->getName();
690 const Decl *D = STC->getDecl();
824 MemRegionManager::getCXXBaseObjectRegion(const CXXRecordDecl *decl,
826 return getSubRegion<CXXBaseObjectRegion>(decl, superRegion);
    [all...]
  /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...]
  /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...]

Completed in 1884 milliseconds

1 2 3 45 6 7 8 91011