Searched defs:BarVal (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 737 const auto &BarVal = TEST() local 805 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 1005 const auto *BarVal = cast<PointerValue>(Env.getValue(*BarDecl)); TEST() local 1045 const Value *BarVal = Env1.getValue(*BarDecl); TEST() local 1095 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 1228 const auto *BarVal = TEST() local 1468 const auto *BarVal = TEST() local 1814 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 1884 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 1961 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 1996 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 2034 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 2972 const auto *BarVal = cast<IntegerValue>(Env.getValue(*BarDecl)); TEST() local 3512 const auto *BarVal = Env.getValue(*BarDecl); TEST() local 3533 const auto &BarVal = getValueForDecl<IntegerValue>(ASTCtx, Env, "Bar"); TEST() local 3552 const auto &BarVal = getValueForDecl(ASTCtx, Env, "Bar"); TEST() local 3573 const auto &BarVal = getValueForDecl<BoolValue>(ASTCtx, Env, "Bar"); TEST() local 3639 const auto *BarVal = cast<PointerValue>(Env.getValue(*BarDecl)); TEST() local 3758 const auto *BarVal = cast<PointerValue>(Env.getValue(*BarDecl)); TEST() local 3784 const auto *BarVal = cast<PointerValue>(Env.getValue(*BarDecl)); TEST() local 3947 const auto *BarVal = cast<IntegerValue>(EnvInLoop.getValue(*BarDecl)); TEST() local 4217 const auto *BarVal = TEST() local 4251 const auto *BarVal = TEST() local 4299 const auto *BarVal = TEST() local 4402 const auto *BarVal = TEST() local 4609 const Value *BarVal = Env.getValue(*BarLoc); TEST() local 4639 const Value *BarVal = cast<IntegerValue>(Env.getValue(*BarDecl)); TEST() local 4670 const Value *BarVal = cast<IntegerValue>(Env.getValue(*BarDecl)); TEST() local 4701 const Value *BarVal = cast<IntegerValue>(Env.getValue(*BarDecl)); TEST() local 4741 const auto *BarVal = cast<IntegerValue>(Env.getValue(*BarDecl)); TEST() local 5000 auto &BarVal = getFormula(*BarDecl, Env); TEST() local 5032 auto &BarVal = getFormula(*BarDecl, Env); TEST() local 5067 auto &BarVal = getFormula(*BarDecl, Env); TEST() local 6124 auto &BarVal = getFormula(*BarDecl, Env); TEST() local 6322 auto &BarVal = getFormula(*BarDecl, Env); TEST() local 6360 auto &BarVal = getFormula(*BarDecl, Env); TEST() local [all...] |
H A D | DataflowEnvironmentTest.cpp | 320 auto *BarVal = getFieldValue(GlobalLoc, *BarDecl, Env); TEST_F() local
|
H A D | TypeErasedDataflowAnalysisTest.cpp | 983 const auto &BarVal = getValueForDecl<PointerValue>(ASTCtx, Env, "Bar"); TEST_F() local 1373 auto &BarVal = cast<BoolValue>(Env.getValue(*BarDecl))->formula(); TEST_F() local 1414 auto &BarVal = cast<BoolValue>(Env.getValue(*BarDecl))->formula(); TEST_F() local 1448 auto &BarVal = cast<BoolValue>(Env.getValue(*BarDecl))->formula(); TEST_F() local 1815 auto *BarVal = dyn_cast_or_null<BoolValue>(Env.getValue(*BarDecl)); TEST_F() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 9880 int64_t BarVal; LowerINTRINSIC_VOID() local
|