Home
last modified time | relevance | path

Searched defs:Val1 (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp20 static bool areEquivalentIndirectionValues(const Value &Val1, in areEquivalentIndirectionValues()
29 bool areEquivalentValues(const Value &Val1, const Value &Val2) { in areEquivalentValues()
H A DDataflowEnvironment.cpp95 compareDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment::ValueModel & Model) compareDistinctValues() argument
120 joinDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinDistinctValues() argument
798 joinValues(QualType Ty,Value * Val1,const Environment & Env1,Value * Val2,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinValues() argument
[all...]
H A DDataflowAnalysisContext.cpp205 bool DataflowAnalysisContext::equivalentFormulas(const Formula &Val1, in equivalentFormulas()
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_enum_printing.cpp9 Val1 enumerator
H A Denum-argument.cpp18 Val1 = get_size<T>::value, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp27 void test3(int Val1, int Val2) {} // NO-WARN. in test3()
31 void test5(int Val1, int ValZ) {} // NO-WARN. in test5()
H A Deasily-swappable-parameters-relatedness.cpp166 int Val1 = I.I; in compare1() local
172 int Val1 = T1.g(0, 1); in compare2() local
178 int Val1 = T1.f(0); in compare3() local
/llvm-project/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp41 Value *Val1 = new LoadInst(I32Ty, PoisonValue::get(PtrTy), "val1", Entry); in TEST() local
114 Value *Val1 in TEST() local
[all...]
/llvm-project/clang/test/CoverageMapping/
H A Dmd.cpp6 Val1, enumerator
/llvm-project/clang/test/Index/
H A Dcode-completion.cpp6 enum E { Val1 }; enumerator
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp375 Value *Val1 = getRandomValue(Val0->getType()); Act() local
496 Value *Val1 = getRandomValue(Val0->getType()); Act() local
528 Value *Val1 = getRandomValue(Val0->getType()->getScalarType()); Act() local
623 Value *Val1 = getRandomValue(Val0->getType()); Act() local
645 Value *Val1 = getRandomValue(Val0->getType()); Act() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DModuleTest.cpp81 Metadata *Val1 = MDString::get(Context, "Val1"); TEST() local
94 uint32_t Val1 = 1; TEST() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h87 virtual ComparisonResult compare(QualType Type, const Value &Val1, in compare()
109 virtual void join(QualType Type, const Value &Val1, const Environment &Env1, 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/llvm/test/tools/llvm-pdbutil/Inputs/
H A DClassLayoutTest.cpp26 Val1 enumerator
/llvm-project/clang/test/Sema/
H A Dgnu-flags.c138 Val1, global() enumerator
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp269 ProgramStateRef GTestChecker::assumeValuesEqual(SVal Val1, SVal Val2, in assumeValuesEqual()
H A DMismatchedIteratorChecker.cpp269 void MismatchedIteratorChecker::reportBug(StringRef Message, SVal Val1, in reportBug()
H A DArrayBoundCheckerV2.cpp390 static bool tryDividePair(std::optional<int64_t> &Val1, in tryDividePair() argument
/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp414 SDValue Val1 = DAG->getConstant(1, Loc, VecVT); TEST_F() local
454 SDValue Val1 = DAG->getConstant(1, Loc, VecVT); TEST_F() local
489 SDValue Val1 = DAG->getConstant(1, Loc, VecVT); TEST_F() local
522 SDValue Val1 = DAG->getConstant(1, Loc, VecVT); TEST_F() local
542 SDValue Val1 = DAG->getConstant(1, 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
824 Address Val1 = Address::invalid(); EmitAtomicExpr() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Denum.cpp4 Val1, global() enumerator
H A Denum-scoped.cpp5 Val1 = 1L enumerator
9 Val1 = '\0' enumerator
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp99 IntegerValue *Val1 = TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp76 Register Val0, Val1, Val2; global() member

12