| /external/llvm/lib/Analysis/ |
| ScalarEvolutionAliasAnalysis.cpp | 54 virtual bool runOnFunction(Function &F); 81 ScalarEvolutionAliasAnalysis::runOnFunction(Function &F) {
|
| AliasAnalysisEvaluator.cpp | 11 // Basically, for each function in the program, it simply queries to see how the 13 // pointers in the function. 22 #include "llvm/Function.h" 75 bool runOnFunction(Function &F); 131 bool AAEval::runOnFunction(Function &F) { 137 for (Function::arg_iterator I = F.arg_begin(), E = F.arg_end(); I != E; ++I) 147 // Skip actual functions for direct function calls. 148 if (!isa<Function>(Callee) && isInterestingPointer(Callee)) 167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
|
| IntervalPartition.cpp | 11 // calculates and represent the interval partition of a function. 26 // releaseMemory - Reset state back to before function was analyzed 66 // specified function... 68 bool IntervalPartition::runOnFunction(Function &F) { 71 assert(I != intervals_end(&F) && "No intervals in function!?!?!");
|
| LibCallAliasAnalysis.cpp | 17 #include "llvm/Function.h" 41 /// AnalyzeLibCallDetails - Given a call to a function with the specified 48 // If we have a function, check to see what kind of mod/ref effects it 49 // has. Start by including any info globally known about the function. 53 // If that didn't tell us that the function is 'readnone', check to see 124 // If this is a direct call to a function that LCI knows about, get the 125 // information about the runtime function. 127 if (const Function *F = CS.getCalledFunction()) {
|
| PathProfileInfo.cpp | 65 // make a reference table to refer to function by number 75 std::vector<Function*> _functions; 228 // set the function for which paths are currently begin processed 229 void PathProfileInfo::setCurrentFunction(Function* F) { 242 // get the function for which paths are currently being processed 243 Function* PathProfileInfo::getCurrentFunction() const { 247 // get the entry block of the function 257 // return the number of paths which a function may potentially execute 272 // returns the total number of paths run in the function 292 // get the filename and setup the module's function reference [all...] |
| /external/llvm/lib/ExecutionEngine/JIT/ |
| OProfileJITEventListener.cpp | 11 // it about JITted functions. For now, we only record function names and sizes, 20 #include "llvm/Function.h" 46 virtual void NotifyFunctionEmitted(const Function &F, 103 // Adds the just-emitted function to the symbol table. 105 const Function &F, void *FnStart, size_t FnSize, 111 DEBUG(dbgs() << "Failed to tell OProfile about native function " 132 // If we have debug info for the function itself, use that as the line 135 // the start of the function. 150 // In case the function didn't have line info of its own, adjust the first 151 // line info's address to include the start of the function [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| GlobalMerge.cpp | 59 #include "llvm/Function.h" 89 virtual bool runOnFunction(Function &F); 220 bool GlobalMerge::runOnFunction(Function &F) {
|
| /external/llvm/lib/VMCore/ |
| Pass.cpp | 168 bool BasicBlockPass::doInitialization(Function &) { 173 bool BasicBlockPass::doFinalization(Function &) { 257 // setPreservesCFG - This function should be called to by the pass, iff they do 260 // 1. Add or remove basic blocks from the function 263 // This function annotates the AnalysisUsage info object to say that analyses
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
| tostring-2.js | 24 Section: Function.toString 27 Since the behavior of Function.toString() is implementation-dependent, 28 toString tests for function are not in the ECMA suite. 43 var TITLE = "Function.toString()"; 54 function Equals (a, b) { 60 function ReallyEquals( a, b ) { 65 function DoesntEqual( a, b ) { 71 function ReallyDoesntEqual( a, b ) { 77 function TestOr( a ) { 86 function TestAnd( a ) [all...] |
| /external/webkit/Source/WebCore/bindings/v8/ |
| JavaScriptCallFrame.cpp | 123 v8::Handle<v8::Function> evalFunction = v8::Handle<v8::Function>::Cast(m_callFrame.get()->Get(v8String("evaluate")));
|
| NPV8Object.cpp | 189 // Call the function object. 190 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(functionObject); local 192 v8::Local<v8::Value> resultObject = proxy->callFunction(function, v8NpObject->v8Object, argumentCount, argv.get()); 229 // Lookup the function object and call it. 235 v8::Handle<v8::Function> function(v8::Function::Cast(*functionObject)); 236 if (!function->IsNull()) [all...] |
| PageScriptDebugServer.cpp | 102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
|
| WorkerScriptDebugServer.cpp | 93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
|
| /development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
| DebuggerMessage.java | 28 public enum Function 226 public static Function valueOf(int value) { 423 public static com.google.protobuf.Internal.EnumLiteMap<Function> 427 private static com.google.protobuf.Internal.EnumLiteMap<Function> 429 new com.google.protobuf.Internal.EnumLiteMap<Function>() { 430 public Function findValueByNumber(int number) { 431 return Function.valueOf(number) 437 private Function(int index, int value) { 442 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.Function) 581 // required .com.android.glesv2debugger.Message.Function function = 2 [default = NEG] [all...] |
| /external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
| picasa_client.js | 12 picasa.LocalFile = function(file) { 23 * @param {Function} callback Callback. 25 readData_: function(callback) { 32 function onLoadCallback(e) { 42 showInImage: function(img) { 48 this.readData_(function() { 67 picasa.Album = function(id, title, location, description, link) { 82 picasa.Client = function() { 160 * @param {Function(string)} callback Callback, which is passed 'status' 164 login: function(login, password, callback, opt_captcha) [all...] |
| /external/clang/lib/Sema/ |
| CodeCompleteConsumer.cpp | 313 return Function; 324 return Function->getType()->getAs<FunctionType>(); 422 if (FunctionDecl *Function = dyn_cast<FunctionDecl>(Declaration)) 423 if (Function->isDeleted())
|
| /external/clang/test/SemaCXX/ |
| using-decl-1.cpp | 77 foo(*p); // expected-error {{no matching function for call to 'foo'}} 95 foo(p); // expected-error {{no matching function}} 118 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
|
| /external/llvm/include/llvm/Analysis/ |
| PostDominators.h | 35 virtual bool runOnFunction(Function &F);
|
| /external/llvm/include/llvm/CodeGen/ |
| MachineFunction.h | 10 // Collect native machine code for a function. This class contains a list of 11 // MachineBasicBlock instances that make up the current compiled function. 30 class Function; 75 const Function *Fn; 81 // RegInfo - Information about each register in use in the function. 84 // Used to keep track of target-specific per-machine function information for 97 // Function-level unique numbering for MachineBasicBlocks. When a 105 // Allocation management for instructions in function. 108 // Allocation management for basic blocks in function. 111 // List of machine basic blocks in function [all...] |
| /external/llvm/include/llvm/ |
| DefaultPasses.h | 68 Function,
|
| /external/llvm/lib/Analysis/IPA/ |
| FindUsedTypes.cpp | 72 const Function &F = *MI; 74 // Loop over all of the instructions in the function, adding their return
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfException.h | 32 class Function; 64 /// catches in the function. This tables is reversed indexed base 1. 93 MCSymbol *BeginLabel; // zero indicates the start of the function. 94 MCSymbol *EndLabel; // zero indicates the end of the function. 107 /// CallToNoUnwindFunction - Return `true' if this is a call to a function 135 /// BeginFunction - Gather pre-function exception information. Assumes being 136 /// emitted immediately after the function entry point. 139 /// EndFunction - Gather and emit post-function exception information. 144 /// shouldEmitPersonality - Per-function flag to indicate if .cfi_personality 148 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsd [all...] |
| /external/llvm/lib/Target/X86/ |
| X86JITInfo.cpp | 19 #include "llvm/Function.h" 48 /// JITCompilerFunction - This contains the address of the JIT function used to 49 /// compile a function lazily. 64 # define TYPE_FUNCTION(sym) ".type " #sym ", @function\n" 337 /// X86CompilationCallback2 - This is the target-specific function invoked by the 338 /// function stub when we did not know the real target of a call. This function 340 /// compiler function. 343 // the following function is called only from this translation unit, 367 << ": Resolving call to function: [all...] |
| /external/v8/test/mjsunit/ |
| function-without-prototype.js | 28 // Tests that function does not have prototype. 29 function testPrototype(f) { 37 // Tests that construction from function throws. 38 function testConstruction(name) { 46 testPrototype(Function.prototype.call); 52 testConstruction("Function.prototype.apply");
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
| 15.9.5.3-2.js | 27 The valueOf function returns a number, which is this time value. 29 The valueOf function is not generic; it generates a runtime error if 62 function addTestCase( t ) { 89 function MyObject( value ) { 92 this.toString = new Function( "return this+\"\";"); 95 function test() {
|