HomeSort by relevance Sort by last modified time
    Searched defs:getFunction (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Analysis/
Trace.cpp 25 Function *Trace::getFunction() const {
30 return getFunction()->getParent();
36 Function *F = getFunction();
PathNumbering.cpp 354 Function& BallLarusDag::getFunction() {
  /development/tools/glesv2debugger/test/com/android/glesv2debugger/
MessageQueueTest.java 78 assertEquals(msg.getFunction(), complete.getFunction());
88 assertEquals(msg.getFunction(), complete.getFunction());
110 assertEquals(msg.getFunction(), complete.getFunction());
142 .setType(Type.AfterCall).setFunction(msg0.getFunction()).setTime(2).build();
149 .setType(Type.AfterCall).setFunction(msg1.getFunction()).setTime(465).build();
167 assertEquals(msg0.getFunction(), complete0.getFunction());
    [all...]
MessageParserExTest.java 73 assertEquals(Function.glShaderSource, builder.getFunction());
85 assertEquals(Function.glBlendEquation, builder.getFunction());
104 formatted = formatted.substring(0, formatted.indexOf('(')) + ' ' + builder.getFunction() +
108 assertEquals(builder.getFunction(), parsed.getFunction());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageQueueTest.java 80 assertEquals(msg.getFunction(), complete.getFunction());
90 assertEquals(msg.getFunction(), complete.getFunction());
112 assertEquals(msg.getFunction(), complete.getFunction());
144 .setType(Type.AfterCall).setFunction(msg0.getFunction()).setTime(2).build();
151 .setType(Type.AfterCall).setFunction(msg1.getFunction()).setTime(465).build();
169 assertEquals(msg0.getFunction(), complete0.getFunction());
    [all...]
MessageParserExTest.java 77 assertEquals(Function.glShaderSource, builder.getFunction());
89 assertEquals(Function.glBlendEquation, builder.getFunction());
108 formatted = formatted.substring(0, formatted.indexOf('(')) + ' ' + builder.getFunction() +
112 assertEquals(builder.getFunction(), parsed.getFunction());
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 112 public String getFunction(int i) throws ArrayIndexOutOfBoundsException
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 311 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
DeclSpec.cpp 145 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
147 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto, bool isVariadic,
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 86 // getFunction() - Returns the Function for an Edge, checking for validity.
87 static const FType* getFunction(Edge e) {
115 EdgeInformation.find(getFunction(e));
128 EdgeInformation[getFunction(e)][e] = w;
CallGraph.h 210 // getFunction - Return the function that this call graph node represents.
211 Function *getFunction() const { return F; }
DebugInfo.h 559 Function *getFunction() const { return getFunctionField(16); }
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 328 Function getFunction(int which)
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 109 /// getFunction - Return the function to which this metadata applies.
111 const Function &getFunction() const { return F; }
MachineFunction.h 140 /// getFunction - Return the LLVM function that this machine code represents
142 const Function *getFunction() const { return Fn; }
  /external/llvm/include/llvm/
Constants.h 560 Function *getFunction() const { return (Function*)Op<0>().get(); }
    [all...]
  /external/llvm/lib/VMCore/
Metadata.cpp 131 return MD->getFunction();
157 // getFunction - If this metadata is function-local and recursively has a
159 // Otherwise, return null. getFunction() should not be used for performance-
161 const Function *MDNode::getFunction() const {
306 const Function *F = getFunction();
Module.cpp 237 // getFunction - Look up the specified function in the module symbol table.
240 Function *Module::getFunction(StringRef Name) const {
  /external/v8/src/
array.js     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 248 Function &getFunction() const { return F; }
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 586 public com.android.glesv2debugger.DebuggerMessage.Message.Function getFunction() { return function_; }
756 output.writeEnum(2, getFunction().getNumber());
835 .computeEnumSize(2, getFunction().getNumber());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 586 public com.android.ide.eclipse.gldebugger.DebuggerMessage.Message.Function getFunction() { return function_; }
756 output.writeEnum(2, getFunction().getNumber());
835 .computeEnumSize(2, getFunction().getNumber());
    [all...]

Completed in 857 milliseconds