Searched refs:FunctionCall (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TimelineAgent.js | 61 FunctionCall: "FunctionCall", property
|
D | TimelinePanel.js | 190 …recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category… 353 if (childRecord.type === recordTypes.FunctionCall) { 972 case recordTypes.FunctionCall:
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorTimelineAgent.cpp | 79 static const char FunctionCall[] = "FunctionCall"; variable 160 …neRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall); in willCallFunction() 165 didCompleteCurrentRecord(TimelineRecordType::FunctionCall); in didCallFunction()
|
/external/webkit/Source/WebCore/xml/ |
D | XPathGrammar.y | 104 %type <expr> FunctionCall 365 FunctionCall 368 FunctionCall:
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 474 class FunctionCall : public SimpleCall { 478 FunctionCall(const CallExpr *CE, ProgramStateRef St, in FunctionCall() function 482 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {} in FunctionCall() function 483 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); } in cloneTo() 939 return Alloc.Allocate<FunctionCall>(); in allocate()
|
/external/chromium/base/ |
D | stringize_macros_unittest.cc | 13 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 291 TEST(Replacement, FunctionCall) { in TEST() argument
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1446 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/ |
D | builtins.h | 175 V(FunctionCall, BUILTIN, UNINITIALIZED, \
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 921 return create<FunctionCall>(CE, State, LCtx); in getSimpleCall()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 1404 if (!(isa<FunctionCall>(Call) || isa<ObjCMethodCall>(Call))) in doesNotFreeMemOrInteresting() 1450 const FunctionDecl *FD = cast<FunctionCall>(Call)->getDecl(); in doesNotFreeMemOrInteresting()
|
D | RetainCountChecker.cpp | 935 if (const FunctionCall *FC = dyn_cast<FunctionCall>(&Call)) { in updateSummaryForCall() 983 Summ = getFunctionSummary(cast<FunctionCall>(Call).getDecl()); in getSummary()
|
/external/v8/test/cctest/ |
D | test-api.cc | 2565 THREADED_TEST(FunctionCall) { in THREADED_TEST() argument
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 25145 Refactor InspectorResource to use ScriptObject/FunctionCall. 25182 * inspector/InspectorResource.cpp: Refactored to use ScriptObject/FunctionCall.
|