| /external/clang/include/clang/AST/ |
| DeclCXX.h | 46 /// \brief Represents any kind of function declaration, whether it is a 47 /// concrete function or a function template. 49 NamedDecl *Function; 51 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { } 54 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { } 57 /// \brief Implicily converts any function or function template into a 59 operator NamedDecl *() const { return Function; } 61 /// \brief Retrieve the underlying function or function template [all...] |
| /external/clang/lib/CodeGen/ |
| CGException.cpp | 146 /// The exceptions personality for a function. 151 // function for rethrowing an exception after a catchall cleanup. 152 // This function must have prototype void(void*). 211 /// Determines the personality function to use when both C++ 217 // function on targets using (backend-driven) SJLJ EH. 227 // The GCC runtime's personality function inherently doesn't support 263 /// Check whether a personality function could reasonably be swapped 264 /// for a C++ personality function. 312 /// Try to use the C++ personality function in ObjC++. Not doing this 314 /// aggressive about only using the ObjC++ personality in a function [all...] |
| CGCall.cpp | 10 // These classes wrap the information about a call or function 74 /// unprototyped freestanding function type. 77 // When translating an unprototyped function type, always use a 85 /// Arrange the LLVM function layout for a value of the given function 87 /// given ExtInfo instead of the ExtInfo from the function type. 100 /// Arrange the argument and result information for a free function (i.e. 119 /// Arrange the argument and result information for a free function (i.e. 130 /// given freestanding function type. 138 // Set the appropriate calling convention for the Function [all...] |
| TargetInfo.cpp | 10 // These classes wrap the information about a call or function 606 // member function pointer it is ok. [all...] |
| CGDebugInfo.h | 86 // beginning of a function. This is used to pop unbalanced regions at 87 // the end of a function. 214 /// EmitFunctionStart - Emit a call to llvm.dbg.function.start to indicate 215 /// start of a new function. 217 llvm::Function *Fn, CGBuilderTy &Builder); 219 /// EmitFunctionEnd - Constructs the debug code for exiting a function. 249 /// invocation function. 337 /// getFunctionName - Get function name for the given FunctionDecl. If the
|
| /external/clang/lib/Sema/ |
| SemaAccess.cpp | 92 // the class has access. A local class of a member function 93 // may access the same names that the member function itself 111 FunctionDecl *Function = cast<FunctionDecl>(DC); 112 Functions.push_back(Function->getCanonicalDecl()); 113 if (Function->getFriendObjectKind()) 114 DC = Function->getLexicalDeclContext(); 116 DC = Function->getDeclContext(); 493 /// Determines whether the given friend function matches anything in 512 /// Determines whether the given friend function template matches 776 // non-static member function is a protected member of its namin [all...] |
| /external/guava/guava-tests/test/com/google/common/collect/ |
| IterablesTest.java | 30 import com.google.common.base.Function; 303 new Function<String, Integer>() { 320 new Function<String, Integer>() { 341 new Function<Integer, String>() { [all...] |
| IteratorsTest.java | 31 import com.google.common.base.Function; 421 new Function<String, Integer>() { 437 new Function<String, Integer>() { 453 new Function<String, Integer>() { 472 new Function<Integer, String>() { [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| JumpThreading.cpp | 107 bool runOnFunction(Function &F); 115 void FindLoopHeaders(Function &F); 148 bool JumpThreading::runOnFunction(Function &F) { 149 DEBUG(dbgs() << "Jump threading on function '" << F.getName() << "'\n"); 159 for (Function::iterator I = F.begin(), E = F.end(); I != E;) { 290 void JumpThreading::FindLoopHeaders(Function &F) { 656 // Remember if SinglePred was the entry block of the function. If so, we [all...] |
| ScalarReplAggregates.cpp | 35 #include "llvm/IR/Function.h" 83 bool runOnFunction(Function &F); 85 bool performScalarRepl(Function &F); 86 bool performPromotion(Function &F); [all...] |
| LoopUnswitch.cpp | 43 #include "llvm/IR/Function.h" 391 Function *F = currentLoop->getHeader()->getParent(); 637 Function *F = loopHeader->getParent(); 716 << " blocks] in Function " << L->getHeader()->getParent()->getName() 779 Function *F = loopHeader->getParent(); 782 << " blocks] in Function " << F->getName() 826 // Splice the newly inserted blocks into the function right before the [all...] |
| /external/v8/test/cctest/ |
| test-heap.cc | 135 // TODO(lrn): We need a NumberFromIntptr function in order to test this. 210 // Allocate a function and keep it in global object's property. 211 Handle<JSFunction> function = local 215 function->set_initial_map(*initial_map); 217 *name, *function, NONE, kNonStrictMode)->ToObjectChecked(); 219 Handle<JSObject> obj = FACTORY->NewJSObject(function); 231 // Function should be alive. 233 // Check function is retained. 237 Handle<JSFunction> function(JSFunction::cast(func_value)); 242 Handle<JSObject> obj = FACTORY->NewJSObject(function); 541 Handle<JSFunction> function = local 637 Handle<JSFunction> function = local 663 Handle<JSFunction> function = Handle<JSFunction>( local [all...] |
| /external/llvm/lib/IR/ |
| Instructions.cpp | 20 #include "llvm/IR/Function.h" 276 "Calling a function with bad signature!"); 281 "Calling a function with a bad signature!"); 296 assert(FTy->getNumParams() == 0 && "Calling a function with bad signature"); 352 if (const Function *F = getCalledFunction()) 360 if (const Function *F = getCalledFunction()) 374 Value *ArraySize, Function *MallocF, 441 if (Function *F = dyn_cast<Function>(MallocFunc)) { 459 Function * MallocF [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGISel.cpp | 37 #include "llvm/IR/Function.h" 313 static void SplitCriticalSideEffectEdges(Function &Fn, Pass *SDISel) { 315 for (Function::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) { 351 const Function &Fn = *mf.getFunction(); 369 SplitCriticalSideEffectEdges(const_cast<Function&>(Fn), this); 384 // If the first basic block in the function has live ins that need to be 397 // Insert DBG_VALUE instructions for function arguments to the entry block. 450 // Determine if there are any calls in this machine function. 472 // Determine if there is a call to setjmp in the machine function. 499 // Release function-specific state. SDB and CurDAG are already cleare [all...] |
| /external/v8/test/mjsunit/harmony/ |
| proxies.js | 33 function TestWithProxies(test, x, y, z) { 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z) 44 function TestGetOwnProperty(handler) { 48 function TestGetOwnProperty2(create, handler) { 57 getOwnPropertyDescriptor: function(k) { 64 getOwnPropertyDescriptor: function(k) { 67 getOwnPropertyDescriptor2: function(k) { 74 getOwnPropertyDescriptor: function(k) { 81 get: function(pr, pk) [all...] |
| /external/v8/src/ |
| liveedit-debugger.js | 38 // If the function may not be recompiled (e.g. it was completely erased in new 40 // create a new instance of this function goes away. An old version of script 41 // is created to back up this obsolete function. 44 // LiveEdit namespace is declared inside a single function constructor. 45 Debug.LiveEdit = new function() { 53 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, 90 function HarvestTodo(old_node) { 91 function CollectDamaged(node) { 100 function CollectNew(node_list) { 156 // Check that function being patched is not currently on stack or drop them [all...] |
| /external/llvm/include/llvm/IR/ |
| Instructions.h | 111 /// function and is a constant size. If so, the code generator will fold it 700 // checkGEPType - Simple wrapper function to give a better assertion failure [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinter.cpp | 121 /// getFunctionNumber - Return a unique ID for the current function. 419 /// function. 421 // Print out constants referenced by the function 424 // Print the 'header' of function. 425 const Function *F = MF->getFunction(); 442 // Emit the CurrentFnSym. This is a virtual function to allow targets to 446 // If the function had address-taken blocks that got deleted, then we have 447 // references to the dangling symbols. Emit them at the start of the function 466 // Emit pre-function debug and/or EH information. 478 /// function. This can be overridden by targets as required to do custom stuff [all...] |
| /external/llvm/lib/Target/X86/ |
| X86FrameLowering.cpp | 27 #include "llvm/IR/Function.h" 42 /// hasFP - Return true if the specified function should have a dedicated frame 43 /// pointer register. This is true if the function has variable sized allocas 94 const Function *F = MF->getFunction(); 628 /// usesTheStack - This function checks if any of the users of EFLAGS 652 const Function *Fn = MF.getFunction(); 691 // function, and use up to 128 bytes of stack space, don't have a frame [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstructionCombining.cpp | 130 // not overflow. This function only handles the Add and Sub opcodes. For 131 // all other opcodes, the function conservatively returns false. [all...] |
| /external/clang/include/clang/Sema/ |
| DeclSpec.h | 214 /// type-specifiers, type-qualifiers, and function-specifiers. 326 // function-specifier 515 // function-specifier 808 /// \brief A conversion function name, e.g., operator int. 850 /// conversion function names. [all...] |
| Overload.h | 40 OR_No_Viable_Function, ///< No viable function found. 42 OR_Deleted ///< Succeeded, but refers to a deleted function. 62 ICK_Function_To_Pointer, ///< Function-to-pointer (C++ 4.3) 145 /// function-to-pointer conversion. 182 /// \brief Whether we're binding to a function lvalue. 189 /// non-static member function without a ref-qualifier. 258 /// a conversion function (12.3.2), the initial standard 260 /// object parameter of the conversion function. 272 /// conversion function was resolved from an overloaded set having 280 /// ConversionFunction - The function that will perform th [all...] |
| /external/chromium/chrome/browser/automation/ |
| automation_provider_win.cc | 464 static_cast<PageZoom::Function>(zoom_level));
|
| /external/llvm/include/llvm/Analysis/ |
| LoopInfo.h | 15 // This analysis calculates the nesting structure of loops in a function. For 338 /// function can be used as a slightly more aggressive replacement for 350 /// function can be used as a slightly more aggressive replacement for 417 /// structures in the specified function. 444 /// function. 574 /// function. 611 virtual bool runOnFunction(Function &F);
|
| /external/llvm/lib/Analysis/ |
| ConstantFolding.cpp | 26 #include "llvm/IR/Function.h" 221 /// constantexprs, this function is recursive. 811 /// this function can only fail when attempting to fold instructions like loads [all...] |