Home
last modified time | relevance | path

Searched defs:Val2 (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp21 const Value &Val2) { in areEquivalentIndirectionValues()
29 bool areEquivalentValues(const Value &Val1, const Value &Val2) { in areEquivalentValues()
H A DDataflowEnvironment.cpp96 compareDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment::ValueModel & Model) compareDistinctValues() argument
121 joinDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinDistinctValues() argument
799 joinValues(QualType Ty,Value * Val1,const Environment & Env1,Value * Val2,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinValues() argument
[all...]
H A DDataflowAnalysisContext.cpp206 const Formula &Val2) { in equivalentFormulas()
/llvm-project/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp42 Value *Val2 = new LoadInst(I32Ty, PoisonValue::get(PtrTy), "val2", Entry); in TEST() local
115 Value *Val2 = new LoadInst(I32Ty, PoisonValue::get(PtrTy), "val2", Entry); in TEST() local
[all...]
/llvm-project/clang/test/CoverageMapping/
H A Dmd.cpp7 Val2 enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-relatedness.cpp167 int Val2 = J.I; in compare1() local
173 int Val2 = T2.g(2, 3); in compare2() local
179 int Val2 = T2.g(1, 2); in compare3() local
H A Deasily-swappable-parameters-prefixsuffixname.cpp27 void test3(int Val1, int Val2) {} // NO-WARN. in test3()
/llvm-project/clang/test/SemaTemplate/
H A Denum-argument.cpp19 Val2, enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp85 float Val2) { in createOrCond()
94 CmpInst::Predicate Cmp2, float Val2) { in createOrCond()
/llvm-project/llvm/unittests/IR/
H A DModuleTest.cpp82 Metadata *Val2 = MDString::get(Context, "Val2"); TEST() local
95 uint32_t Val2 = 2; TEST() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h88 const Environment &Env1, const Value &Val2, in compare()
110 const Value &Val2, const Environment &Env2, in join()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp17 ClassWithConstexpr(int Val1, int Val2) : Val(Val1) {} in ClassWithConstexpr()
/llvm-project/clang/test/Sema/
H A Dgnu-flags.c139 Val2 global() enumerator
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp269 ProgramStateRef GTestChecker::assumeValuesEqual(SVal Val1, SVal Val2, in assumeValuesEqual()
H A DMismatchedIteratorChecker.cpp270 SVal Val2, CheckerContext &C, in reportBug()
H A DArrayBoundCheckerV2.cpp391 std::optional<int64_t> &Val2, int64_t Divisor) { in tryDividePair() argument
/llvm-project/clang/test/Index/Core/
H A Dindex-dependent-source.cpp98 typename TemplateClass<T, S>::TypeAlias Val2; in indexSimpleDependentDeclarations() local
/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp415 SDValue Val2 = DAG->getConstant(3, Loc, VecVT); TEST_F() local
455 SDValue Val2 = DAG->getConstant(3, Loc, VecVT); TEST_F() local
490 SDValue Val2 = DAG->getConstant(3, Loc, VecVT); TEST_F() local
523 SDValue Val2 = DAG->getConstant(3, Loc, VecVT); TEST_F() local
543 SDValue Val2 = DAG->getConstant(2, Loc, IntVT); TEST_F() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp428 Address Val1, Address Val2, in emitAtomicCmpXchgFailureSet() argument
526 Address Ptr, Address Val1, Address Val2, in EmitAtomicOp() argument
379 emitAtomicCmpXchg(CodeGenFunction & CGF,AtomicExpr * E,bool IsWeak,Address Dest,Address Ptr,Address Val1,Address Val2,uint64_t Size,llvm::AtomicOrdering SuccessOrder,llvm::AtomicOrdering FailureOrder,llvm::SyncScope::ID Scope) emitAtomicCmpXchg() argument
760 EmitAtomicOp(CodeGenFunction & CGF,AtomicExpr * Expr,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * IsWeak,llvm::Value * FailureOrder,uint64_t Size,llvm::AtomicOrdering Order,llvm::Value * Scope) EmitAtomicOp() argument
825 Address Val2 = Address::invalid(); EmitAtomicExpr() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Denum.cpp5 Val2 global() enumerator
H A Denum-scoped.cpp24 Val2 = 1 enumerator
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp104 IntegerValue *Val2 = TEST_F() local
H A DTypeErasedDataflowAnalysisTest.cpp809 compare(QualType Type,const Value & Val1,const Environment & Env1,const Value & Val2,const Environment & Env2) compare() argument
823 join(QualType Type,const Value & Val1,const Environment & Env1,const Value & Val2,const Environment & Env2,Value & JoinedVal,Environment & JoinedEnv) join() argument
1507 compare(QualType Type,const Value & Val1,const Environment & Env1,const Value & Val2,const Environment & Env2) compare() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp76 Register Val0, Val1, Val2; global() member
/llvm-project/llvm/unittests/DebugInfo/MSF/
H A DMappedBlockStreamTest.cpp321 enum class MyEnum : uint32_t { Val1 = 2908234, Val2 = 120891234 }; in TEST() enumerator

12