Home
last modified time | relevance | path

Searched refs:FunctionCall (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DObjCMessage.cpp31 const CallExpr *FunctionCall = CallE.get<const CallExpr *>(); in getResultType() local
33 isLVal = FunctionCall->isLValue(); in getResultType()
34 const Expr *Callee = FunctionCall->getCallee(); in getResultType()
38 resultTy = FunctionCall->getType(); in getResultType()
/external/webkit/Source/WebCore/inspector/front-end/
DTimelineAgent.js61 FunctionCall: "FunctionCall", property
DTimelinePanel.js190 …recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category…
353 if (childRecord.type === recordTypes.FunctionCall) {
972 case recordTypes.FunctionCall:
/external/webkit/Source/WebCore/xml/
DXPathGrammar.y104 %type <expr> FunctionCall
365 FunctionCall
368 FunctionCall:
/external/webkit/Source/WebCore/inspector/
DInspectorTimelineAgent.cpp79 static const char FunctionCall[] = "FunctionCall"; variable
160 …neRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall); in willCallFunction()
165 didCompleteCurrentRecord(TimelineRecordType::FunctionCall); in didCallFunction()
/external/chromium/base/
Dstringize_macros_unittest.cc13 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1446 matchFound = FunctionCall(); in PrimaryExpr()
1483 protected boolean FunctionCall() throws javax.xml.transform.TransformerException in FunctionCall() method in XPathParser
2233 FunctionCall(); in IdKeyPattern()
/external/v8/src/
Dbuiltins.h175 V(FunctionCall, BUILTIN, UNINITIALIZED, \
/external/v8/test/cctest/
Dtest-api.cc2565 THREADED_TEST(FunctionCall) { in THREADED_TEST() argument
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1625145 Refactor InspectorResource to use ScriptObject/FunctionCall.
25182 * inspector/InspectorResource.cpp: Refactored to use ScriptObject/FunctionCall.