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

1 2 34 5 6 7 8 91011

  /external/quake/quake/src/QW/client/
surf16.s 112 decl %eax
164 decl %ecx
  /external/quake/quake/src/WinQuake/
surf16.s 112 decl %eax
164 decl %ecx
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 160 void, (FILE *stream, tree decl), default_globalize_decl_name)
163 target requires such labels. Second argument is the decl the
170 void, (FILE *stream, tree decl, int for_eh, int empty),
233 associated with the tree decl. */
237 void, (tree decl, int visibility),
276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
281 void, (const char *name, unsigned int flags, tree decl),
284 /* Return preferred text (sub)section for function DECL.
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
303 decl is available as @var{decl} and the new section is `cold' if
    [all...]
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/
target.def 160 void, (FILE *stream, tree decl), default_globalize_decl_name)
163 target requires such labels. Second argument is the decl the
170 void, (FILE *stream, tree decl, int for_eh, int empty),
233 associated with the tree decl. */
237 void, (tree decl, int visibility),
276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
281 void, (const char *name, unsigned int flags, tree decl),
284 /* Return preferred text (sub)section for function DECL.
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
303 decl is available as @var{decl} and the new section is `cold' if
    [all...]
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/
target.def 160 void, (FILE *stream, tree decl), default_globalize_decl_name)
163 target requires such labels. Second argument is the decl the
170 void, (FILE *stream, tree decl, int for_eh, int empty),
233 associated with the tree decl. */
237 void, (tree decl, int visibility),
276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
281 void, (const char *name, unsigned int flags, tree decl),
284 /* Return preferred text (sub)section for function DECL.
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
303 decl is available as @var{decl} and the new section is `cold' if
    [all...]
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/ObjC/Framework/examples/treeparser/
LangParser.h 31 #define DECL 4
144 - (LangParser_decl_return *)decl;
  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 38 CSSMutableStyleDeclarationConstIterator(const CSSMutableStyleDeclaration* decl, CSSProperty* current);
183 inline CSSMutableStyleDeclarationConstIterator::CSSMutableStyleDeclarationConstIterator(const CSSMutableStyleDeclaration* decl, CSSProperty* current)
184 : m_decl(decl)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 152 /* Declare DECL to be a weak symbol. */
181 with defining the name of the function. DECL describes the function.
187 function. DECL describes the function. NAME is the function's name. */
201 /* Compute the alignment of variable specified by DECL.
203 extern void align_variable (tree decl, bool dont_output_data);
207 nothing.) Do nothing if DECL is not external. */
382 /* Decide whether DECL needs to be in a writable section.
433 default_elf_unique_section. Categorizes the DECL. */
487 tree decl; local
507 /* A callback that writes the assembly code for a decl in
    [all...]
  /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/libsepol/src/
write.c 1759 avrule_decl_t *decl; local
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 457 void LTOModule::addPotentialUndefinedSymbol(GlobalValue *decl, bool isFunc) {
459 if (decl->getName().startswith("llvm."))
463 if (isa<GlobalAlias>(decl))
467 _mangler.getNameWithPrefix(name, decl, false);
480 if (decl->hasExternalWeakLinkage())
486 info.symbol = decl;
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 458 RetainPtr<CFDictionaryRef> decl(AdoptCF, UTTypeCopyDeclaration(uti));
459 if (!decl)
461 CFTypeRef value = CFDictionaryGetValue(decl.get(), kUTTypeConformsToKey);
  /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.
basic.rb 102 {@events << ['decl', $t.text]}
123 %w(decl foobar),
125 %w(decl blupp),
  /external/bluetooth/glib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
41 Makefile.decl \
  /external/openfst/src/script/
fst-class.cc 23 #include <fst/fst-decl.h>
  /external/zlib/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)
813 Method* decl = new Method; local
814 decl->comment = gather_comments(method->comments_token->extra);
815 decl->modifiers = PUBLIC | ABSTRACT;
816 decl->returnType = NAMES.Search(method->type.type.data);
817 decl->returnTypeDimension = method->type.dimension;
818 decl->name = method->name.data;
821 decl->parameters.push_back(new Variable(
828 decl->parameters.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0));
830 serviceBaseClass->elements.push_back(decl);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 102 virtual SVal getLValueIvar(const ObjCIvarDecl *decl, SVal base);
246 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);

Completed in 283 milliseconds

1 2 34 5 6 7 8 91011