HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 751 - 775 of 897) sorted by null

<<313233343536

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 20 #include "llvm/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
90 const Function *F = MF->getFunction();
599 const Function *Fn = MF.getFunction();
635 // function, and use up to 128 bytes of stack space, don't have a frame
825 // Check whether EAX is livein for this function.
829 // Sanity check that EAX is not livein for this function.
841 // Function prologue is responsible for adjusting the stack pointer.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 13 ; * Function: omxVCM4P2_DecodePadMV_PVOP
264 ;//Calling the Function omxVCM4P2_FindMVpred
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 13 ; * Function: omxVCM4P2_DecodePadMV_PVOP
264 ;//Calling the Function omxVCM4P2_FindMVpred
omxVCM4P2_PredictReconCoefIntra_s.s 16 ; * Function: omxVCM4P2_PredictReconCoefIntra
20 ; * to the function call, prediction direction (predDir) should be selected
  /external/llvm/lib/VMCore/
Instructions.cpp 18 #include "llvm/Function.h"
269 "Calling a function with bad signature!");
274 "Calling a function with a bad signature!");
289 assert(FTy->getNumParams() == 0 && "Calling a function with bad signature");
342 if (const Function *F = getCalledFunction())
356 Value *ArraySize, Function *MallocF,
423 if (Function *F = dyn_cast<Function>(MallocFunc)) {
441 Function * MallocF,
453 /// Note: This function does not add the bitcast to the basic block, that is th
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 193 // simplify this function.
408 // We rely on charactersToDouble for validation as well. The function
918 else if (value->unit == CSSParserValue::Function)
6279 CSSParserFunction* function = new CSSParserFunction; local
    [all...]
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 9 (function () {
13 function Event() {
17 Event.prototype.addListener = function(listener) {
21 Event.prototype.removeListener = function(listener) {
29 Event.prototype.hasListener = function(listener) {
33 Event.prototype.hasListeners = function(listener) {
38 Event.prototype.findListener_ = function(listener) {
49 Event.prototype.dispatch_ = function() {
89 function AsyncFunction(name) {
94 // Calls the function, assuming the last argument is a callback to b
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 67 /// and either the function or class template declaration. Explicit
268 // This recovery skips the entire function body. It would be nice
270 // assumes the declarator represents a function, not a typedef.
769 /// formed, this function returns true.
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 244 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(Func)) {
245 switch (Function->getTemplateSpecializationKind()) {
309 /// function that should return a value. Check that we don't fall off the end
310 /// of a noreturn function. We assume that functions and blocks not marked
346 // FIXME: Function try block
467 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
652 /// the lockset in deterministic order, so this function orders diagnostics
744 // warnings on a function, method, or block.
    [all...]
DeclSpec.cpp 145 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
170 I.Kind = Function;
197 // is already used (consider a function returning a function pointer) or too
198 // small (function taking too many arguments), go to the heap.
236 case DeclaratorChunk::Function:
    [all...]
SemaExpr.cpp 51 // See if this is a deleted function.
57 // See if this function is unavailable.
107 /// function is being used.
139 // See if this is a deleted function.
167 /// diagnostic complaining about the given function being deleted or
358 // A glvalue of a non-function, non-array type T can be
427 /// operators (C99 6.3). The conversions of array and function types are
477 /// DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls that
610 /// \brief Converts an integer to complex float type. Helper function of
636 /// Helper function of UsualArithmeticConversions(
    [all...]
  /external/guava/src/com/google/common/collect/
Multimaps.java 20 import com.google.common.base.Function;
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 36 import com.google.clearsilver.jsilver.functions.Function;
118 * function. If not, any expression that contains an escaping function is not escaped. This
194 RenderingContext.class, Data.class, DataContext.class, Function.class,
505 * Currently, unless the expression contains a function call, we know at translation tmie that it
528 * &lt;?cs escape:'html' &gt; command. Changes default escaping function.
543 * and stores this context in the AAutoescapeCommand node. This function loads the include or lvar
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 15 let rec codegen_expr = function
39 | None -> raise (Error "unknown function referenced")
56 * to it at the end of the function. *)
171 let codegen_proto = function
173 (* Make the function type: double(double,double) etc. *)
185 raise (Error "redefinition of function");
189 raise (Error "redefinition of function with different # args");
201 let codegen_func the_fpm = function
202 | Ast.Function (proto, body) ->
213 (* Finish off the function. *
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 70 //cerr << "Function: " << T->getParent()->getParent()
    [all...]
PromoteMemoryToRegister.cpp 13 // traversing the function in depth-first order to rewrite loads and stores as
32 #include "llvm/Function.h"
386 Function &F = *DT.getRoot()->getParent();
400 "All allocas should be in the same function, which is same as DF!");
506 // If we haven't computed a numbering for the BB's in the function, do so
510 for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I)
546 // Walks all basic blocks in the function performing the SSA rename algorithm
562 // Remove the allocas themselves from the function.
575 // Remove alloca's dbg.declare instrinsics from the function.
    [all...]
  /external/v8/test/mjsunit/
fuzz-natives.js 33 function makeArguments() {
46 result.push(function () { return 8; });
52 function makeFunction(name, argc) {
57 return new Function(args.join(", "), "return %" + name + "(" + argsStr + ");");
60 function testArgumentCount(name, argc) {
82 function testArgumentTypes(name, argc) {
168 // Performance critical function which cannot afford type checks.
177 // This function performs some checks compile time (it requires its first
181 // This function expects its first argument to be a non-smi.
194 function testNatives()
    [all...]
  /external/v8/src/
api.cc 56 // TODO(isolates): avoid repeated TLS reads in function prologues.
1381 i::Handle<i::SharedFunctionInfo> function = local
2887 i::JSFunction* function; local
3198 i::Handle<i::JSFunction> function = Utils::OpenHandle(this); local
    [all...]
debug.cc 198 // Set the positions to the end of the function.
355 // function twice might happen when stepping in a function with an exception
356 // handler as the handler and the function is the same.
431 // because caller of this function (Debug::PrepareStep) is expected to
432 // flood the top frame's function with one shot breakpoints.
434 // this function (Debug::PrepareStep) which should flood target function
443 // Check whether the break point is at a position which will exit the function.
476 // Patch the code to invoke the builtin debug break function matching th
801 Handle<JSFunction> function = local
1297 JSFunction* function = JSFunction::cast(frames_it.frame()->function()); local
1374 JSFunction* function = JSFunction::cast(frames_it.frame()->function()); local
    [all...]
ast.h 474 // True if there is a function literal subexpression in the condition.
520 // True if there is a function literal subexpression in the condition.
928 GETTER, SETTER, // Property is an accessor function.
1380 const Runtime::Function* function() const { return function_; } function in class:v8::internal::CallRuntime
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 287 // FUNCTION: [isvararg, attrid, retty, paramty x N]
383 // descriptors for global variables, and function prototype info.
500 // Emit the function proto information.
502 // FUNCTION: [type, callingconv, isproto, paramattr,
636 static void WriteFunctionLocalMetadata(const Function &F,
656 static void WriteMetadataAttachment(const Function &F,
667 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 342 // FUNCTION: [isvararg, attrid, retty, paramty x N]
424 // descriptors for global variables, and function prototype info.
540 // Emit the function proto information.
542 // FUNCTION: [type, callingconv, isproto, paramattr,
676 static void WriteFunctionLocalMetadata(const Function &F,
696 static void WriteMetadataAttachment(const Function &F,
707 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 19 #include "llvm/Function.h"
99 // If this is the first return lowered for this function, add the regs to the
100 // liveout set for the function.
122 // If the function returns a struct, copy the SRetReturnReg to I0
303 // Store remaining ArgRegs to the stack if this is a varargs function.
618 const Function *CalleeFn = 0;
620 CalleeFn = dyn_cast<Function>(G->getGlobal());
623 const Function *Fn = DAG.getMachineFunction().getFunction();
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 135 // window is created by this function call.
260 // and shortcuts that open an installed application. This function
441 // mode. This is a public function because on Linux, fullscreen mode is an
501 // TODO(port): port these, and re-merge the two function declaration lists.
519 void Zoom(PageZoom::Function zoom_function);
594 // Helper function to run unload listeners on a TabContents.
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 357 v8::Local<v8::Value> function; local
358 if (!GetFindProxyForURL(&function)) {
370 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
468 // At a minimum, the FindProxyForURL() function must be defined for this
470 v8::Local<v8::Value> function;
471 if (!GetFindProxyForURL(&function))
492 bool GetFindProxyForURL(v8::Local<v8::Value>* function) {
493 *function = v8_context_->Global()->Get(
495 return (*function)->IsFunction()
    [all...]

Completed in 1818 milliseconds

<<313233343536