| /external/chromium/testing/gmock/scripts/generator/cpp/ |
| ast.py | 359 class Function(_GenericDeclaration): 398 class Method(Function): 401 Function.__init__(self, start, end, name, return_type, parameters, 553 # Register(Foo<T>); where it thinks this is a function call 753 # Handle data or function declaration/definition. [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjC.cpp | 298 /// the LLVM function and sets the other context used by 308 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); 338 /// Generate an Objective-C method. An Objective-C method is a C function with 346 /// emitStructGetterCall - Call the runtime function to load a property 378 /// accesses. They don't have to be fast, just faster than a function 563 /// function. The given Decl must be an ObjCImplementationDecl. @synthesize 671 // FIXME: We shouldn't need to get the function info here, the 672 // runtime already should have computed it to build the function. 738 /// emitStructSetterCall - Call the runtime function to store the value 785 // An operator call is trivial if the function it calls is trivial [all...] |
| /external/clang/lib/Sema/ |
| SemaTemplateVariadic.cpp | 67 /// \brief Record occurrences of function and non-type template 76 // \brief Record occurrences of function and non-type template parameter 508 // We could expand this function parameter pack. 511 // We can't expand this function parameter pack, so we can't expand 591 // Function parameter pack. 671 case DeclaratorChunk::Function:
|
| /external/e2fsprogs/ext2ed/ |
| init.c | 451 rl_completion_entry_function=(Function *) complete_command;
|
| /external/llvm/lib/Analysis/ |
| AliasSetTracker.cpp | 634 virtual bool runOnFunction(Function &F) {
|
| LoopInfo.cpp | 71 /// function can be used as a slightly more aggressive replacement for 87 /// function can be used as a slightly more aggressive replacement for 174 /// function easily understands. 545 NearLoop = 0; // unloop blocks may now exit the function. 591 bool LoopInfo::runOnFunction(Function &) { 660 // LoopInfo is a FunctionPass, but verifying every loop in the function
|
| DIBuilder.cpp | 750 /// createFunction - Create a new descriptor for the specified function. 758 Function *Fn, [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinter.cpp | 125 /// getFunctionNumber - Return a unique ID for the current function. 421 /// function. 423 // Print out constants referenced by the function 426 // Print the 'header' of function. 427 const Function *F = MF->getFunction(); 444 // Emit the CurrentFnSym. This is a virtual function to allow targets to 448 // If the function had address-taken blocks that got deleted, then we have 449 // references to the dangling symbols. Emit them at the start of the function 468 // Emit pre-function debug and/or EH information. 482 /// function. This can be overridden by targets as required to do custom stuff [all...] |
| /external/llvm/lib/CodeGen/ |
| MachineFunction.cpp | 10 // Collect native machine code information for a function. This allows 12 // function. 17 #include "llvm/Function.h" 54 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM, 98 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it 111 /// dense, and match the ordering of the blocks within the function. If a 289 OS << "# Machine code for function " << Fn->getName() << ":\n"; 304 OS << "Function Live Ins: "; 316 OS << "Function Live Outs:"; 328 OS << "\n# End machine code for function " << Fn->getName() << ".\n\n" [all...] |
| TargetLoweringObjectFileImpl.cpp | 18 #include "llvm/Function.h" 480 if (GV->hasLocalLinkage() && !isa<Function>(GV)) {
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.h | 43 class Function; 183 /// The comparison function for sorting the switch case values in the vector. 240 /// JTI - the JumpTableIndex for this jump table in the function. 312 /// FuncInfo - Information about the function as a whole. 320 /// GFI - Garbage collection metadata for the function. 352 /// map. This function is seperated from the clear so that debug 562 /// EmitFuncArgumentDbgValue - If V is an function argument then create
|
| /external/llvm/lib/Target/MBlaze/ |
| MBlazeFrameLowering.cpp | 20 #include "llvm/Function.h" 80 // the first instruction of a function prologue. Once decremented, 215 const Function *F = MF.getFunction(); 218 // If this function is not using either the interrupt_handler 334 // hasFP - Return true if the specified function should have a dedicated frame 335 // pointer register. This is true if the function has variable sized allocas or
|
| /external/llvm/lib/Transforms/Utils/ |
| BasicBlockUtils.cpp | 16 #include "llvm/Function.h" 445 /// basic block into the function, and moving some of the predecessors of BB to 499 /// OrigBB, by introducing two new basic blocks into the function. One of those 605 /// FindFunctionBackedges - Analyze the specified function to find all of the 606 /// loop backedges in the function and return them. This is a relatively cheap 610 void llvm::FindFunctionBackedges(const Function &F,
|
| /external/llvm/lib/VMCore/ |
| Constants.cpp | 107 // Function, Label, or Opaque type? 248 // two of them don't when they are for labels in the same function. This is a 738 // Utility function for determining if a ConstantExpr is a CastOp or not. This [all...] |
| /external/llvm/tools/lto/ |
| LTOModule.cpp | 185 void LTOModule::addDefinedFunctionSymbol(Function *f, Mangler &mangler) {
|
| /external/v8/src/ |
| assembler.h | 228 EXTERNAL_REFERENCE, // The address of an external C++ function. 229 INTERNAL_REFERENCE, // An address inside the same function. 308 // The only architecture-independent user of this function is the serializer. 318 // and written. In this case the target_address_address function above 483 // External function 510 // Direct call to API function callback. 529 ExternalReference(const Runtime::Function* f, Isolate* isolate); 626 // Function Debug::Break() 636 // Function NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16() 639 // Function RegExpMacroAssembler*::CheckStackGuardState( [all...] |
| runtime.js | 33 // it does not push the function onto the stack. This means that you 48 const $Function = global.Function; 54 function EQUALS(y) { 93 function STRICT_EQUALS(x) { 113 function COMPARE(x, ncr) { 156 function ADD(x) { 176 function STRING_ADD_LEFT(y) { 191 function STRING_ADD_RIGHT(y) { 207 function SUB(y) [all...] |
| messages.js | 53 function FormatString(format, message) { 78 function IsNativeErrorObject(obj) { 93 function ToStringCheckErrorObject(obj) { 102 function ToDetailString(obj) { 117 function MakeGenericError(constructor, type, args) { 129 * Setup the Script function and constructor. 133 %SetCode(Script, function(x) { 140 function FormatMessage(message) { 167 called_non_callable: ["%0", " is not a function"], 169 property_not_function: ["Property '", "%0", "' of object ", "%1", " is not a function"], [all...] |
| /external/webkit/Source/WebCore/bindings/v8/ |
| V8Binding.cpp | 552 // for Functions by taking the toString function of itself and then 554 // changes to the Function prototype chain or toString function are 562 return v8::Handle<v8::Function>::Cast(value)->Call(args.This(), 0, 0);
|
| /external/webkit/Source/WebCore/bindings/v8/custom/ |
| V8DOMWindowCustom.cpp | 89 v8::Handle<v8::Value> function = args[0]; local 91 if (!function->IsFunction()) { 92 if (function->IsString()) 93 functionString = toWebCoreString(function); 95 v8::Handle<v8::Value> v8String = function->ToString(); 118 if (function->IsFunction()) { 129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params); 331 // This function has variable arguments and can either be: 353 // fix this by calling toString function on the receiver [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
| navigation_collector.js | 20 function NavigationCollector() { 129 parseId_: function(data) { 141 prepareDataStorage_: function(id, url) { 164 onBeforeRetargetListener_: function(data) { 180 onBeforeNavigateListener_: function(data) { 197 onCommittedListener_: function(data) { 220 onCompletedListener_: function(data) { 249 onErrorOccurredListener_: function(data) { 275 * @param {!function} sendResponse Function to call to send a response [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
| popuplib.js | 62 popupManager.getWindowInnerSize = function() { 88 popupManager.getParentCoords = function() { 105 popupManager.getCenteredCoords = function(width, height) { 123 // var myOnOpenHandler = function(inputs) { 133 popupManager.darkenScreen = function() { 175 popupManager.createPopupOpener = (function(openidParams) { 180 var encodeIfRequested_ = function(url) { 190 ('function' === typeof(openidParams.onOpenHandler))) ? 193 ('function' === typeof(openidParams.onCloseHandler))) ? 201 var keyValueConcat_ = function(keyValuePairs) [all...] |
| /external/clang/tools/libclang/ |
| CIndex.cpp | 186 /// \brief The visitor function. 715 // Visit the function declaration's syntactic components in the order 720 // If we have a function declared directly (without the use of a typedef), 721 // visit just the return type. Otherwise, just visit the function's type 738 // Visit the function parameters, if we have a function type. [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| codegen.ml | 15 let rec codegen_expr = function 57 | None -> raise (Error "unknown function referenced") 74 * to it at the end of the function. *) 189 let codegen_proto = function 191 (* Make the function type: double(double,double) etc. *) 203 raise (Error "redefinition of function"); 207 raise (Error "redefinition of function with different # args"); 219 let codegen_func the_fpm = function 220 | Ast.Function (proto, body) -> 239 (* Finish off the function. * [all...] |
| /external/llvm/lib/Target/X86/ |
| X86RegisterInfo.cpp | 23 #include "llvm/Function.h" 50 " needed for the function."), 78 /// getCompactUnwindRegNum - This function maps the register to the number for 344 const Function *F = MF->getFunction(); 461 const Function *F = MF.getFunction();
|