| /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
| JSON.pm | 51 # Check the environment variable to decide worker module. 54 $JSON::DEBUG and Carp::carp("Check used worker module..."); 189 #*module = *backend; 193 return $_[0]->module eq $Module_XS; 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 315 my $module = shift; 320 $JSON::true = ${"$module\::true"}; 321 $JSON::false = ${"$module\::false"}; 323 push @JSON::ISA, $module; [all...] |
| /external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
| JSON.pm | 51 # Check the environment variable to decide worker module. 54 $JSON::DEBUG and Carp::carp("Check used worker module..."); 189 #*module = *backend; 193 return $_[0]->module eq $Module_XS; 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 315 my $module = shift; 320 $JSON::true = ${"$module\::true"}; 321 $JSON::false = ${"$module\::false"}; 323 push @JSON::ISA, $module; [all...] |
| /external/chromium_org/third_party/JSON/out/lib/perl5/ |
| JSON.pm | 51 # Check the environment variable to decide worker module. 54 $JSON::DEBUG and Carp::carp("Check used worker module..."); 189 #*module = *backend; 193 return $_[0]->module eq $Module_XS; 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 315 my $module = shift; 320 $JSON::true = ${"$module\::true"}; 321 $JSON::false = ${"$module\::false"}; 323 push @JSON::ISA, $module; [all...] |
| /external/clang/include/clang/Sema/ |
| Sema.h | [all...] |
| /external/clang/lib/Sema/ |
| SemaCodeComplete.cpp | [all...] |
| SemaTemplateInstantiate.cpp | 442 // Name lookup no longer looks in this template's defining module. 445 "forgot to remove a lookup module for a template instantiation"); 448 if (Module *M = SemaRef.ActiveTemplateInstantiationLookupModules.back()) [all...] |
| SemaDecl.cpp | [all...] |
| /external/llvm/lib/IR/ |
| DIBuilder.cpp | 19 #include "llvm/IR/Module.h" 32 DIBuilder::DIBuilder(Module &m) 128 // Create a named metadata so that it is easier to find cu in a module. 159 assert(M.Verify() && "Imported module should be valid"); 189 assert(M.Verify() && "Imported module should be valid"); [all...] |
| Instructions.cpp | 21 #include "llvm/IR/Module.h" 416 Module* M = BB->getParent()->getParent(); 489 Module* M = BB->getParent()->getParent(); [all...] |
| /external/llvm/lib/Target/R600/ |
| AMDILCFGStructurizer.cpp | 166 DEBUG(MDT->print(dbgs(), (const llvm::Module*)0);); [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineCalls.cpp | 244 Module *M = CI.getParent()->getParent()->getParent(); [all...] |
| InstCombineCasts.cpp | [all...] |
| InstCombineCompares.cpp | [all...] |
| InstructionCombining.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| Reassociate.cpp | 65 Module *M = I->getParent()->getParent()->getParent(); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
| transformer.py | 1 """Parse tree transformation module. 4 defined in the ast module. 6 The simplest ways to invoke this module are via parse and parseFile. 19 # (except Module, Discard and Stmt) added by Sylvain Thenault 24 # This module is provided under a BSD-ish license. See 189 return Module(doc, Stmt(stmts)) [all...] |
| ast.py | 953 class Module(Node): 966 return "Module(%s, %s)" % (repr(self.doc), repr(self.node)) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
| transformer.py | 1 """Parse tree transformation module. 4 defined in the ast module. 6 The simplest ways to invoke this module are via parse and parseFile. 19 # (except Module, Discard and Stmt) added by Sylvain Thenault 24 # This module is provided under a BSD-ish license. See 189 return Module(doc, Stmt(stmts)) [all...] |
| ast.py | 953 class Module(Node): 966 return "Module(%s, %s)" % (repr(self.doc), repr(self.node)) [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| AMDILCFGStructurizer.cpp | 175 virtual void print(llvm::raw_ostream &OS, const Module *M = 0) const { 533 domTree->print(errs(), (const llvm::Module*)0); [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILCFGStructurizer.cpp | 175 virtual void print(llvm::raw_ostream &OS, const Module *M = 0) const { 533 domTree->print(errs(), (const llvm::Module*)0); [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenFunction.h | 40 class Module; 127 CodeGenModule &CGM; // Per-module state. [all...] |
| /external/clang/lib/Frontend/ |
| ASTUnit.cpp | 889 if (Module *Mod = ImportD->getImportedModule()) { [all...] |
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXISelLowering.cpp | 30 #include "llvm/IR/Module.h" [all...] |
| /external/llvm/lib/Target/Sparc/ |
| SparcISelLowering.cpp | 28 #include "llvm/IR/Module.h" [all...] |