HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 251 - 275 of 566) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 243 llvm::Instruction *decl = DebugInfo.insertDeclare( local
246 indexVar->moveBefore(decl);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 298 tree decl; member in struct:ipa_param_descriptor
356 return info->descriptors[i].decl;
562 non-default-def ssa names when a parm decl is going away. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
config.py 286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
config.py 286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-hlebad.s 263 xacquire decl %ecx
264 xacquire lock decl %ecx
265 lock xacquire decl %ecx
266 xrelease decl %ecx
267 xrelease lock decl %ecx
268 lock xrelease decl %ecx
269 xacquire decl (%rcx)
270 xrelease decl (%rcx)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 262 * SymbolTable.g:30:1: globals : ( decl )* ;
275 // SymbolTable.g:36:5: ( ( decl )* ) // ruleBlockSingleAlt
276 // SymbolTable.g:36:9: ( decl )* // alt
288 // SymbolTable.g:36:10: decl // alt
292 [self decl];
382 * SymbolTable.g:47:1: block : '{' ( decl )* ( stat )* '}' ;
395 // SymbolTable.g:53:5: ( '{' ( decl )* ( stat )* '}' ) // ruleBlockSingleAlt
396 // SymbolTable.g:53:9: '{' ( decl )* ( stat )* '}' // alt
410 // SymbolTable.g:53:14: decl // alt
414 [self decl];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ;
300 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) // ruleBlockSingleAlt
301 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:9: ( decl )* // alt
313 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:10: decl // alt
316 [self decl];
388 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:45:1: block : '{' ( decl )* ( stat )* '}' ;
403 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:5: ( '{' ( decl )* ( stat )* '}' ) // ruleBlockSingleAlt
404 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:9: '{' ( decl )* ( stat )* '}' // alt
417 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:14: decl // alt
420 [self decl];
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 540 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true )
543 decl : type^ ID '='! INT ';'! ;
555 result, errors = parse( <<-'END', :decl, 'int =1;', true )
559 decl : type^ ID '='! INT ';'! ;
570 result, errors = parse( <<-'END', :decl, 'x=1;', true )
574 decl : type^ ID '='! INT ';'! ;
  /external/clang/utils/ABITest/
ABITestGen.py 68 def addDeclaration(self, decl):
69 if decl in self.declarations:
72 self.declarations.add(decl)
74 print >>self.outputHeader, decl
76 print >>self.output, decl
78 print >>self.outputTests, decl
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 481 decl := make(sort.StringSlice, len(list))
528 decl[ndecl] = varDecl
531 decl := fmt.Sprintf("var _%s = &RangeTable{\n", name)
533 decl,
541 decl.Sort()
544 for _, d := range decl {
811 decl := make(sort.StringSlice, len(list)+len(deprecatedAliases))
815 decl[ndecl] = fmt.Sprintf(
819 decl[ndecl] = fmt.Sprintf(
825 decl[ndecl] = fmt.Sprintf
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 481 decl := make(sort.StringSlice, len(list))
528 decl[ndecl] = varDecl
531 decl := fmt.Sprintf("var _%s = &RangeTable{\n", name)
533 decl,
541 decl.Sort()
544 for _, d := range decl {
811 decl := make(sort.StringSlice, len(list)+len(deprecatedAliases))
815 decl[ndecl] = fmt.Sprintf(
819 decl[ndecl] = fmt.Sprintf(
825 decl[ndecl] = fmt.Sprintf
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
317 decl.varType = uintType;
318 src << decl << ";\n"; local
326 decl.varType = intType;
327 src << decl << ";\n"; local
336 decl.varType = uintType;
339 decl.name = outVarName + "_" + de::toString(vecNdx);
340 decl.layout.location = location + vecNdx;
341 src << decl << ";\n"; local
345 src << decl << ";\n" local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 357 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
386 catch(decl,action) ::= <<
387 catch (<e.decl>) {
1136 <scope.attributes:{<it.decl>;}; separator="\n">
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c     [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /external/v8/src/asmjs/
asm-typer.cc 651 for (Declaration* decl : *decls) {
652 if (FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration()) {
664 for (Declaration* decl : *decls) {
665 if (decl->IsFunctionDeclaration()) {
669 VariableDeclaration* var_decl = decl->AsVariableDeclaration();
671 FAIL(decl, "Invalid asm.js declaration.");
676 FAIL(decl, "Invalid asm.js declaration.");
680 FAIL(decl, "Global variable missing initializer in asm.js module.");
    [all...]
  /external/v8/src/parsing/
parser.cc 1314 Declaration* decl = DeclareVariable(local_name, CONST, pos, CHECK_OK); local
1572 Declaration* decl = local
1593 Declaration* decl = DeclareVariable(name, VAR, pos, CHECK_OK); local
1773 Declaration* decl = inner_block_scope->CheckLexDeclarationsConflictingWith( local
1918 const DeclarationParsingResult::Declaration& decl = local
1957 DeclarationParsingResult::Declaration& decl = local
2258 Declaration* decl = DeclareVariable( local
3636 Declaration* decl = scope->CheckConflictingVarDeclarations(); local
    [all...]
  /external/boringssl/linux-x86/crypto/aes/
aesni-x86.S 21 decl %ecx
49 decl %ecx
462 decl %ecx
564 decl %ecx
668 decl %eax
739 decl %ecx
797 decl %ecx
992 decl %ecx
1078 decl %ecx
1280 decl %ec
    [all...]
  /external/boringssl/mac-x86/crypto/aes/
aesni-x86.S 20 decl %ecx
46 decl %ecx
441 decl %ecx
543 decl %ecx
645 decl %eax
714 decl %ecx
772 decl %ecx
965 decl %ecx
1049 decl %ecx
1251 decl %ec
    [all...]
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 398 decl = '%s %s %s(%s)' % (ent.c_return(), self.api_entry,
401 decl = export + ' ' + decl
403 decl += ' ' + self.api_attrs
405 return decl
  /external/selinux/libsepol/src/
expand.c 2750 avrule_decl_t *decl = curblock->enabled; local
2850 avrule_decl_t *decl; local
3110 avrule_decl_t *decl = curblock->enabled; local
    [all...]

Completed in 1694 milliseconds

<<11121314151617181920>>