/llvm-project/libcxx/test/std/utilities/optional/optional.relops/ |
H A D | less_than.pass.cpp | 70 using O2 = optional<long>; in main() typedef 77 using O2 = optional<const int>; in main() typedef
|
H A D | greater_than.pass.cpp | 70 using O2 = optional<long>; in main() typedef 77 using O2 = optional<const int>; in main() typedef
|
H A D | less_equal.pass.cpp | 72 using O2 = optional<long>; in main() typedef 79 using O2 = optional<const int>; in main() typedef
|
H A D | greater_equal.pass.cpp | 72 using O2 = optional<long>; in main() typedef 79 using O2 = optional<const int>; in main() typedef
|
H A D | equal.pass.cpp | 75 using O2 = optional<long>; in main() typedef 82 using O2 = optional<const int>; in main() typedef
|
H A D | not_equal.pass.cpp | 75 using O2 = optional<long>; in main() typedef 82 using O2 = optional<const int>; in main() typedef
|
/llvm-project/llvm/lib/Passes/ |
H A D | OptimizationLevel.cpp | 19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg28xx.cpp | 168 template <typename Ts> struct O2 : protected Ts { // expected-note {{declared protected here}} global() struct 170 O2cwg2881::O2 O2() argument
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | OptimizationLevel.h | 74 static const OptimizationLevel O2; variable
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | delay-parsing-cplusfuncs.mm | 38 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | for-range-copy-allowed-types.cpp | 130 auto O2 = O; in positiveOtherType() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 886 notDifferentParent(const Value * O1,const Value * O2) notDifferentParent() argument 1567 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); aliasCheck() local 1745 aliasCheckRecursive(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Value * O1,const Value * O2) aliasCheckRecursive() argument [all...] |
H A D | ValueTracking.cpp | 3521 auto *O2 = dyn_cast<Operator>(V2); isKnownNonEqual() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 239 return BlockOrder.lookup(O1.first) < BlockOrder.lookup(O2.first); in ModelledPHI() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1257 bool O1, O2, O3, O4; smul_fast() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1794 __anonfb408bb60802(const std::set<uint64_t> &O1, const std::set<uint64_t> &O2) buildBitSetsFromDisjointSet() argument
|