Home
last modified time | relevance | path

Searched refs:CallStack (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp535 StackDiagVector &CallStack) { in updateStackPiecesWithMessage() argument
542 for (StackDiagVector::iterator I = CallStack.begin(), in updateStackPiecesWithMessage()
543 E = CallStack.end(); I != E; ++I) { in updateStackPiecesWithMessage()
570 StackDiagVector CallStack; in GenerateMinimalPathDiagnostic() local
587 CallStack.push_back(StackDiagPair(C, N)); in GenerateMinimalPathDiagnostic()
612 if (!CallStack.empty()) { in GenerateMinimalPathDiagnostic()
613 assert(CallStack.back().first == C); in GenerateMinimalPathDiagnostic()
614 CallStack.pop_back(); in GenerateMinimalPathDiagnostic()
878 updateStackPiecesWithMessage(p, CallStack); in GenerateMinimalPathDiagnostic()
1402 StackDiagVector CallStack; in GenerateExtensivePathDiagnostic() local
[all …]
/external/mesa3d/src/mesa/program/
Dprog_execute.h72 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */ member
Dprog_execute.c762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */ in _mesa_execute_program()
1428 pc = machine->CallStack[--machine->StackDepth] - 1; in _mesa_execute_program()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_execute.h72 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */ member
Dprog_execute.c762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */ in _mesa_execute_program()
1428 pc = machine->CallStack[--machine->StackDepth] - 1; in _mesa_execute_program()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c3733 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()
3734 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()
3735 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()
3736 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
3737 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()
3739 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()
3781 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()
3784 mach->LoopStackTop = mach->CallStack[mach->CallStackTop].LoopStackTop; in exec_instruction()
3787 mach->ContStackTop = mach->CallStack[mach->CallStackTop].ContStackTop; in exec_instruction()
3790 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
[all …]
Dtgsi_exec.h325 struct tgsi_call_record CallStack[TGSI_EXEC_MAX_CALL_NESTING]; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c3733 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()
3734 mach->CallStack[mach->CallStackTop].LoopStackTop = mach->LoopStackTop; in exec_instruction()
3735 mach->CallStack[mach->CallStackTop].ContStackTop = mach->ContStackTop; in exec_instruction()
3736 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
3737 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()
3739 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc; in exec_instruction()
3781 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()
3784 mach->LoopStackTop = mach->CallStack[mach->CallStackTop].LoopStackTop; in exec_instruction()
3787 mach->ContStackTop = mach->CallStack[mach->CallStackTop].ContStackTop; in exec_instruction()
3790 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
[all …]
Dtgsi_exec.h325 struct tgsi_call_record CallStack[TGSI_EXEC_MAX_CALL_NESTING]; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTracingTimelineModel.js83 CallStack: "CallStack", property
316 case recordTypes.CallStack:
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2235 SmallVector<Function*, 4> CallStack; member in __anon0c58e10f0211::Evaluator
2625 if (std::find(CallStack.begin(), CallStack.end(), F) != CallStack.end()) in EvaluateFunction()
2628 CallStack.push_back(F); in EvaluateFunction()
2659 CallStack.pop_back(); in EvaluateFunction()