HomeSort by relevance Sort by last modified time
    Searched refs:decls (Results 1 - 14 of 14) sorted by null

  /external/yaffs2/
Android.mk 14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/v8/src/
data-flow.h 48 void VisitDeclarations(ZoneList<Declaration*>* decls);
usage-analyzer.cc 214 ZoneList<Declaration*>* decls = node->scope()->declarations(); local
215 for (int i = 0; i < decls->length(); i++) VisitDeclaration(decls->at(i));
fast-codegen.h 56 void VisitDeclarations(ZoneList<Declaration*>* decls);
fast-codegen.cc 86 ZoneList<Declaration*>* decls) {
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
full-codegen.h 47 void VisitDeclarations(ZoneList<Declaration*>* decls);
full-codegen.cc 66 ZoneList<Declaration*>* decls) {
67 for (int i = 0; i < decls->length(); i++) {
68 Visit(decls->at(i));
data-flow.cc 49 void AstLabeler::VisitDeclarations(ZoneList<Declaration*>* decls) {
  /external/yaffs2/yaffs2/utils/
Makefile 21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
  /external/v8/src/ia32/
fast-codegen-ia32.h 52 void VisitDeclarations(ZoneList<Declaration*>* decls);
fast-codegen-ia32.cc 86 ZoneList<Declaration*>* decls) {
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
langhooks.h 145 /* Language hooks related to decls and the symbol table. */
159 /* Returns the chain of decls so far in the current scope level. */
264 /* Process decls after parsing of a source module. */
441 struct lang_hooks_for_decls decls; member in struct:lang_hooks
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 856 Enumeration decls = nsSupport.getDeclaredPrefixes(); local
858 while (decls.hasMoreElements())
860 String prefix = (String) decls.nextElement();
1035 // a parent that has namespace decls, and add them
1036 // to this element's decls. Otherwise we just point
1037 // to the parent that has decls.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
langhooks.h 145 /* Language hooks related to decls and the symbol table. */
159 /* Returns the chain of decls so far in the current scope level. */
276 /* Process decls after parsing of a source module. */
453 struct lang_hooks_for_decls decls; member in struct:lang_hooks

Completed in 247 milliseconds