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

12 3 4 5 6 7 8 91011

  /external/libsepol/include/sepol/policydb/
avrule_block.h 32 avrule_decl_t * decl,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
l-ipo.h 55 void add_decl_to_current_module_scope (tree decl, void *b);
cgraph.h 130 Each function decl has assigned cgraph_node listing callees and callers. */
134 tree decl; local
179 /* Set when decl is an abstract function pointed to by the
240 Each static variable decl has assigned varpool_node. */
244 tree decl; local
406 struct cgraph_node *cgraph_real_node (tree decl);
407 struct cgraph_node *cgraph_real_node_1 (tree decl, bool);
418 struct varpool_node *real_varpool_node (tree decl);
491 gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
492 if (DECL_INITIAL (node->decl))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
l-ipo.h 55 void add_decl_to_current_module_scope (tree decl, void *b);
langhooks.h 150 /* Function to add a decl to the current scope level. Takes one
151 argument, a decl to add. Returns that decl, or, if the same
152 symbol is already declared, may return a different decl for that
159 /* Returns true if DECL is explicit member function. */
162 /* Returns True if the parameter is a generic parameter decl
173 /* Returns true when we should warn for an unused global DECL.
181 /* True if this decl may be called via a sibcall. */
184 /* True if OpenMP should privatize what this DECL points to rather
185 than the DECL itself. *
    [all...]
tree-inline.h 70 /* Create a new decl to replace DECL in the destination function. */
179 tree copy_decl_no_change (tree decl, copy_body_data *id);
187 extern tree remap_decl (tree decl, copy_body_data *id);
cgraph.h 159 /* Represent which DECL tree (or reference to such tree)
187 Each function decl has assigned cgraph_node listing callees and callers. */
190 tree decl; variable
259 /* Set when decl is an abstract function pointed to by the
456 Each static variable decl has assigned varpool_node. */
459 tree decl; variable
611 tree clone_function_name (tree decl, const char *);
672 struct cgraph_node *cgraph_lipo_get_resolved_node (tree decl);
673 struct cgraph_node *cgraph_lipo_get_resolved_node_1 (tree decl, bool);
684 struct varpool_node *real_varpool_node (tree decl);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
l-ipo.h 55 void add_decl_to_current_module_scope (tree decl, void *b);
langhooks.h 150 /* Function to add a decl to the current scope level. Takes one
151 argument, a decl to add. Returns that decl, or, if the same
152 symbol is already declared, may return a different decl for that
159 /* Returns true if DECL is explicit member function. */
162 /* Returns True if the parameter is a generic parameter decl
173 /* Returns true when we should warn for an unused global DECL.
181 /* True if this decl may be called via a sibcall. */
184 /* True if OpenMP should privatize what this DECL points to rather
185 than the DECL itself. *
    [all...]
tree-inline.h 70 /* Create a new decl to replace DECL in the destination function. */
179 tree copy_decl_no_change (tree decl, copy_body_data *id);
187 extern tree remap_decl (tree decl, copy_body_data *id);
cgraph.h 159 /* Represent which DECL tree (or reference to such tree)
187 Each function decl has assigned cgraph_node listing callees and callers. */
190 tree decl; variable
259 /* Set when decl is an abstract function pointed to by the
456 Each static variable decl has assigned varpool_node. */
459 tree decl; variable
611 tree clone_function_name (tree decl, const char *);
672 struct cgraph_node *cgraph_lipo_get_resolved_node (tree decl);
673 struct cgraph_node *cgraph_lipo_get_resolved_node_1 (tree decl, bool);
684 struct varpool_node *real_varpool_node (tree decl);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
l-ipo.h 55 void add_decl_to_current_module_scope (tree decl, void *b);
langhooks.h 150 /* Function to add a decl to the current scope level. Takes one
151 argument, a decl to add. Returns that decl, or, if the same
152 symbol is already declared, may return a different decl for that
159 /* Returns true if DECL is explicit member function. */
162 /* Returns True if the parameter is a generic parameter decl
173 /* Returns true when we should warn for an unused global DECL.
181 /* True if this decl may be called via a sibcall. */
184 /* True if OpenMP should privatize what this DECL points to rather
185 than the DECL itself. *
    [all...]
tree-inline.h 70 /* Create a new decl to replace DECL in the destination function. */
179 tree copy_decl_no_change (tree decl, copy_body_data *id);
187 extern tree remap_decl (tree decl, copy_body_data *id);
cgraph.h 159 /* Represent which DECL tree (or reference to such tree)
187 Each function decl has assigned cgraph_node listing callees and callers. */
190 tree decl; variable
259 /* Set when decl is an abstract function pointed to by the
456 Each static variable decl has assigned varpool_node. */
459 tree decl; variable
611 tree clone_function_name (tree decl, const char *);
672 struct cgraph_node *cgraph_lipo_get_resolved_node (tree decl);
673 struct cgraph_node *cgraph_lipo_get_resolved_node_1 (tree decl, bool);
684 struct varpool_node *real_varpool_node (tree decl);
    [all...]
  /bionic/libc/arch-x86/string/
bcopy.S 80 decl %edi
81 decl %esi
swab.S 31 decl %ecx
62 decl %ecx
  /external/libsepol/tests/
test-linker-roles.c 33 * - role in appropriate symtab (global and decl)
34 * - datum in the decl symtab has correct type_set
35 * - scope datum has correct decl ids
72 avrule_decl_t *decl; local
80 /**** test for g_b_role_1 in base and decl 1 (global) ****/
89 /**** test for o1_b_role_1 in optional (decl 2) ****/
90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
91 decls[0] = decl->decl_id;
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
103 avrule_decl_t *decl; local
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 277 SmallString<128> decl; local
278 raw_svector_ostream os(decl);
369 SmallString<128> decl; local
370 raw_svector_ostream os(decl);
462 std::string decl = ""; local
467 decl += ".extern .func (.param .b32 __param_1) vprintf (.param .b";
469 decl += "64";
471 decl += "32";
472 decl += " __param_2, .param .b";
474 decl += "64"
    [all...]
  /external/clang/include/clang/AST/
StmtIterator.h 26 class Decl;
35 union { Decl *decl; Decl **DGI; }; member in union:clang::StmtIteratorBase::__anon4447
37 Decl **DGE;
65 bool HandleDecl(Decl* D);
70 StmtIteratorBase(Stmt **s) : stmt(s), decl(0), RawVAPtr(0) {}
71 StmtIteratorBase(Decl *d, Stmt **s);
73 StmtIteratorBase(Decl **dgi, Decl **dge)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 72 - (void)decl;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 31 #define DECL 4
83 - (void)decl;
Main.java 10 //LangParser.decl_return r = parser.decl();
18 walker.decl();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 115 ElemExtensionDecl decl = null; local
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;
  /external/zlib/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;

Completed in 789 milliseconds

12 3 4 5 6 7 8 91011