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

<<21222324252627282930>>

  /external/clang/lib/Sema/
SemaType.cpp 45 D.getTypeObject(0).Kind == DeclaratorChunk::Function)
70 // Assume everything else was a function attribute.
96 // Function type attributes.
314 case DeclaratorChunk::Function:
350 case DeclaratorChunk::Function:
384 /// A function type attribute was written somewhere in a declaration
393 // Try to push the attribute from the return type of a function to
394 // the function itself.
398 case DeclaratorChunk::Function:
416 /// Try to distribute a function type attribute to the innermos
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 101 // except if the region describes the whole function.
202 exitName = "<Function Return>";
622 void RegionInfo::scanForRegions(Function &F, BBtoBBMap *ShortCut) {
682 void RegionInfo::Calculate(Function &F) {
683 // ShortCut a function where for every BB the exit of the largest region
693 bool RegionInfo::runOnFunction(Function &F) {
ConstantFolding.cpp 22 #include "llvm/Function.h"
182 /// constantexprs, this function is recursive.
730 /// this function can only fail when attempting to fold instructions like loads
810 /// returned, if not, null is returned. Note that this function can fail when
814 /// TODO: This function neither utilizes nor preserves nsw/nuw/inbounds/etc
    [all...]
PathNumbering.cpp 53 "unexpected function termination."));
353 // Returns the function for the DAG.
354 Function& BallLarusDag::getFunction() {
ProfileVerifierPass.cpp 89 typedef ProfileVerifierPassT<Function, BasicBlock> ProfileVerifierPass;
164 // This checks if the function "exit" is reachable from an given function
203 dbgs() << "Edge " << E << " in Function "
209 dbgs() << "Edge " << E << " in Function "
223 dbgs() << "Block " << DI->BB->getNameStr() << " in Function "
264 // there are no successors, but every time; not every function contains
362 ASSERTMESSAGE("Function count and entry block count do not match");
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 212 // getTextSection - Get the text section for the specified function
213 ELFSection &ELFWriter::getTextSection(const Function *F) {
298 if (isa<Function>(GV))
308 return GV->isDeclaration() || (isa<Function>(GV));
515 // This is a constant address for a global variable or function and
661 /// function pointers, ignoring the init priority.
675 // Emit the function pointer.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 33 #include "llvm/Function.h"
213 Function *F = currentLoop->getHeader()->getParent();
420 Function *F = loopHeader->getParent();
519 << " blocks] in Function " << L->getHeader()->getParent()->getName()
583 Function *F = loopHeader->getParent();
586 << " blocks] in Function " << F->getName()
629 // Splice the newly inserted blocks into the function right before the
    [all...]
ScalarReplAggregates.cpp 26 #include "llvm/Function.h"
70 bool runOnFunction(Function &F);
72 bool performScalarRepl(Function &F);
73 bool performPromotion(Function &F);
    [all...]
  /external/v8/src/
d8.cc 280 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
292 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
303 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
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/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 473 v8::Local<v8::Value> V8Proxy::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[])
501 v8::ScriptOrigin origin = function->GetScriptOrigin();
506 lineNumber = function->GetScriptLineNumber() + 1;
512 result = function->Call(receiver, argc, args);
530 v8::Local<v8::Value> V8Proxy::callFunctionWithoutFrame(v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[])
533 v8::Local<v8::Value> result = function->Call(receiver, argc, args);
541 v8::Local<v8::Value> V8Proxy::newInstance(v8::Handle<v8::Function> constructor, int argc, v8::Handle<v8::Value> args[])
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageParser.java 23 import com.android.ide.eclipse.gldebugger.DebuggerMessage.Message.Function;
139 Function function = Function.valueOf(t[t.length - 1]); local
140 builder.setFunction(function);
141 switch (function) {
    [all...]
CodeGen.java 20 import com.android.ide.eclipse.gldebugger.DebuggerMessage.Message.Function;
120 final Function key = Function.valueOf(serverState.lastSetter.keyAt(i));
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 273 /// GcReadWeakFn -- LLVM objc_read_weak (id *src) function.
282 /// GcAssignWeakFn -- LLVM objc_assign_weak function.
291 /// GcAssignGlobalFn -- LLVM objc_assign_global function.
300 /// GcAssignThreadLocalFn -- LLVM objc_assign_threadlocal function.
309 /// GcAssignIvarFn -- LLVM objc_assign_ivar function.
319 /// GcMemmoveCollectableFn -- LLVM objc_memmove_collectable function.
327 /// GcAssignStrongCastFn -- LLVM objc_assign_strongCast function.
336 /// ExceptionThrowFn - LLVM objc_exception_throw function.
345 /// ExceptionRethrowFn - LLVM objc_exception_rethrow function.
352 /// SyncEnterFn - LLVM object_sync_enter function
    [all...]
CGCall.cpp 10 // These classes wrap the information about a call or function
95 // Set the appropriate calling convention for the Function.
253 // Lookup or create unique function info.
262 // Construct the function info.
339 llvm::Function::arg_iterator
341 llvm::Function::arg_iterator AI) {
505 // Function to store a first-class aggregate into memory. We prefer to
617 // For definition purposes, don't consider a K&R function variadic.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 115 // not overflow. This function only handles the Add and Sub opcodes. For
116 // all other opcodes, the function conservatively returns false.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 23 #include "llvm/Function.h"
228 static void SplitCriticalSideEffectEdges(Function &Fn, Pass *SDISel) {
230 for (Function::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) {
266 const Function &Fn = *mf.getFunction();
277 SplitCriticalSideEffectEdges(const_cast<Function&>(Fn), this);
291 // If the first basic block in the function has live ins that need to be
304 // Insert DBG_VALUE instructions for function arguments to the entry block.
356 // Determine if there are any calls in this machine function.
376 // Determine if there is a call to setjmp in the machine function.
399 // Release function-specific state. SDB and CurDAG are already cleare
    [all...]
  /external/llvm/include/llvm/
Instructions.h 108 /// function and is a constant size. If so, the code generator will fold it
699 // checkGEPType - Simple wrapper function to give a better assertion failure
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
CodeGen.java 20 import com.android.glesv2debugger.DebuggerMessage.Message.Function;
120 final Function key = Function.valueOf(serverState.lastSetter.keyAt(i));
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 464 static_cast<PageZoom::Function>(zoom_level));
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 97 if (!II) // if no identifier, not a simple C function
103 // Set the evaluation function by switching on the callee name.
267 // CWE-242: Use of Inherently Dangerous Function
276 // Verify that the function takes a single argument.
294 "Call to function 'gets' is extremely insecure as it can "
310 // Verify that the function takes two arguments.
332 "The getpw() function is dangerous as it may overflow the "
348 // Verify that the function takes a single argument.
367 "Call to function 'mktemp' is insecure as it always "
389 "Call to function 'strcpy' is insecure as it does not
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 196 case Decl::Function: {
198 // We skip function template definitions, as their semantics is
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 692 // This function handles the actual updating of block and instruction iterators
838 // Check to see if this is an intrinsic function call...
839 Function *F = CS.getCalledFunction();
857 // If it is an unknown intrinsic function, use the intrinsic lowering
891 // and treat it as a function pointer.
893 callFunction((Function*)GVTOP(SRC), ArgVals);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 25 #include "llvm/Function.h"
74 /// getBinaryCodeForInstr - This function, generated by the
161 // TableGen'erated getBinaryCodeForInstr() function to encode any
166 // encoder to continue to function until the MC encoder is sufficiently
398 DEBUG(errs() << "JITTing function '"
433 && "Relocation to this function should be for movt or movw");
498 /// be emitted to the current location in the function, and allow it to be PC
507 /// to be emitted to the current location in the function, and allow it to be PC
516 /// be emitted to the current location in the function, and allow it to be PC
645 if (const Function *F = dyn_cast<Function>(C)
    [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 19 #include "llvm/Function.h"
367 // Identify the callee function
369 assert(cast<Function>(GV)->getCallingConv() == CallingConv::PTX_Device &&
370 "PTX function calls must be to PTX device functions");
374 // Generate STORE_PARAM nodes for each function argument. In PTX, function
408 // Create the LOAD_PARAM nodes that retrieve the function return value(s).

Completed in 901 milliseconds

<<21222324252627282930>>