HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 226 - 250 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 749 struct tgsi_full_declaration *decl = local
751 debug_assert(decl->Range.Last < TGSI_EXEC_NUM_IMMEDIATES);
752 for (reg = decl->Range.First; reg <= decl->Range.Last; ++reg) {
755 mach->ImmArray[reg][i] = decl->ImmediateData.u[idx].Float;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 749 struct tgsi_full_declaration *decl = local
751 debug_assert(decl->Range.Last < TGSI_EXEC_NUM_IMMEDIATES);
752 for (reg = decl->Range.First; reg <= decl->Range.Last; ++reg) {
755 mach->ImmArray[reg][i] = decl->ImmediateData.u[idx].Float;
    [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.
63 static const FunctionType *getFunctionType(const Decl *D,
66 if (const ValueDecl *decl = dyn_cast<ValueDecl>(D))
67 Ty = decl->getType();
68 else if (const FieldDecl *decl = dyn_cast<FieldDecl>(D))
69 Ty = decl->getType();
70 else if (const TypedefNameDecl* decl = dyn_cast<TypedefNameDecl>(D))
71 Ty = decl->getUnderlyingType();
86 /// isFunction - Return true if the given decl has function
88 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 482 uint size = (i915->fs->decl[0]);
488 OUT_BATCH(i915->fs->decl[i]);
i915_state.c 617 if (ifs->decl) {
618 FREE(ifs->decl);
619 ifs->decl = NULL;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 237 for decl in self[1:]: # XX self.members
238 toks.append( decl.pyxstr(indent=indent+1, cprefix=cprefix, shadow_name=shadow_name, **kw)+"\n" ) # shadow_name = False ?
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 482 uint size = (i915->fs->decl[0]);
488 OUT_BATCH(i915->fs->decl[i]);
i915_state.c 617 if (ifs->decl) {
618 FREE(ifs->decl);
619 ifs->decl = NULL;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 444 decl = '<?xml version="1.0" ?>\n'
446 decl + '<B>A</B>\n')
448 decl + '<C>\n\tA\n\t<B>A</B>\n</C>\n')
450 decl + '<C>\n\t<B>A</B>\n\tA\n</C>\n')
452 decl + '<C>\n\t<B>A</B>\n\t<B>A</B>\n</C>\n')
454 decl + '<C>\n\t<B>A</B>\n\tA\n\t<B>A</B>\n</C>\n')
463 decl = '<?xml version="1.0" ?>\n'
465 decl + '<elem>\n\tTEXT\n\tTEXT\n</elem>\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 444 decl = '<?xml version="1.0" ?>\n'
446 decl + '<B>A</B>\n')
448 decl + '<C>\n\tA\n\t<B>A</B>\n</C>\n')
450 decl + '<C>\n\t<B>A</B>\n\tA\n</C>\n')
452 decl + '<C>\n\t<B>A</B>\n\t<B>A</B>\n</C>\n')
454 decl + '<C>\n\t<B>A</B>\n\tA\n\t<B>A</B>\n</C>\n')
463 decl = '<?xml version="1.0" ?>\n'
465 decl + '<elem>\n\tTEXT\n\tTEXT\n</elem>\n')
    [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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_emit.h 146 const struct tgsi_full_declaration *decl );
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 146 const struct tgsi_full_declaration *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/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86.S 261 decl %eax
280 decl %eax
294 decl %eax
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 264 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
267 SVal getLValue(const FieldDecl *decl, SVal Base) const;
270 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;

Completed in 926 milliseconds

1 2 3 4 5 6 7 8 91011>>