Home
last modified time | relevance | path

Searched refs:callReturn (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h586 callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
594 PathDiagnosticLocation callReturn; variable
616 callReturn.flatten(); in flattenLocations()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h554 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
574 PathDiagnosticLocation callReturn; variable
600 callReturn.flatten(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp309 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()
DBugReporter.cpp232 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/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp260 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()
261 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()
1061 assert(callReturn.asLocation().isValid()); in getCallExitEvent()
1062 return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str()); in getCallExitEvent()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp505 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()
506 Call->callReturn = *LastCallLocation; in adjustCallLocations()
1207 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp2189 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in transformEntryPoint() local
2223 returnAssign = handleAssign(loc, EOpAssign, element, callReturn); in transformEntryPoint()
2225 …returnAssign = handleAssign(loc, EOpAssign, intermediate.addSymbol(*entryPointOutput), callReturn); in transformEntryPoint()
2229 intermediate.growAggregate(synthBody, callReturn); in transformEntryPoint()
10012 TIntermTyped* callReturn = handleFunctionCall(loc, &callee, callingArgs); in addPatchConstantInvocation() local
10020 … handleAssign(loc, EOpAssign, element, callReturn)); in addPatchConstantInvocation()