Searched refs:callReturn (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 554 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece() 574 PathDiagnosticLocation callReturn; variable 600 callReturn.flatten(); in flattenLocations()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 309 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall() 310 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall() 1029 assert(callReturn.asLocation().isValid()); in getCallExitEvent() 1030 return new PathDiagnosticEventPiece(callReturn, Out.str()); in getCallExitEvent()
|
D | BugReporter.cpp | 232 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations() 233 Call->callReturn = *LastCallLocation; in adjustCallLocations() 1422 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true); in GenerateExtensivePathDiagnostic() 1731 addEdgeToPath(PD.getActivePath(), PrevLoc, C->callReturn, PDB.LC); in GenerateAlternateExtensivePathDiagnostic()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 2096 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in transformEntryPoint() local 2130 returnAssign = handleAssign(loc, EOpAssign, element, callReturn); in transformEntryPoint() 2132 …returnAssign = handleAssign(loc, EOpAssign, intermediate.addSymbol(*entryPointOutput), callReturn); in transformEntryPoint() 2136 intermediate.growAggregate(synthBody, callReturn); in transformEntryPoint() 9817 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in addPatchConstantInvocation() local 9825 … handleAssign(loc, EOpAssign, element, callReturn)); in addPatchConstantInvocation()
|