/llvm-project/clang/test/InterfaceStubs/ |
H A D | trycatch.cpp | 12 class C5 {}; class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-contains.cpp | 52 auto C5 = MyMap.count(4) >= 1; testDifferentCheckTypes() local 75 auto C5 = MyMap.find(-5) == MyMap.end(); testNegativeChecks() local 193 auto C5 = MyMap.count(2) < 1U; testDifferentIntegerLiteralSuffixes() local
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | v_cos.c | 27 #define C5 v_f64 (Poly[2]) macro
|
H A D | v_sin.c | 27 #define C5 v_f64 (Poly[2]) macro
|
H A D | v_exp2f_1u.c | 22 #define C5 v_f32 (Poly[5]) macro
|
H A D | exp2.c | 21 #define C5 __exp_data.exp2_poly[4] macro
|
H A D | exp.c | 23 #define C5 __exp_data.poly[8 - EXP_POLY_ORDER] macro
|
H A D | pow.c | 118 #define C5 __exp_data.poly[8 - EXP_POLY_ORDER] macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | lto-visibility-inference.cpp | 21 struct [[clang::lto_visibility_public]] C5 { struct
|
H A D | vtable-layout-extreme-address-space.cpp | 38 class C5 class
|
H A D | vtable-layout-extreme.cpp | 38 class C5 class
|
H A D | debug-info-use-after-free.cpp | 295 enum C5 { }; enum
|
H A D | mangle-ms-back-references-pr13207.cpp | 250 using C5 = Fooe<C3, C3, C2, C1, C0, C0, C0, C0, C0, C0, C4, C4, C4, C4, C4, C4, C4, C4, C4, C4>; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | nolintbeginend.cpp | 52 class C5 { C5(int i); }; class
|
H A D | nolint.cpp | 29 class C5 { C5(int i); }; // NOLINT(some-check, google-explicit-constructor) class
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.same/ |
H A D | same_as.pass.cpp | 51 class C5 { class
|
/llvm-project/lldb/test/API/lang/cpp/constructors/ |
H A D | main.cpp | 40 ClassWithMultipleCtor C5(24, 25); in main() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPCompositionTest.cpp | 45 Directive C5 = getCompoundConstruct({}); in TEST() local
|
/llvm-project/libcxxabi/test/ |
H A D | dynamic_cast.pass.cpp | 35 struct C5 : protected virtual C3 { Pad2 _; }; struct
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p2-0x.cpp | 104 class C5 { class
|
/llvm-project/clang/test/ASTMerge/exprs-cpp/Inputs/ |
H A D | exprs3.cpp | 16 const long C5 = 22; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | alias-template.cpp | 87 class C5 { global() class
|
/llvm-project/llvm/unittests/ADT/ |
H A D | FunctionExtrasTest.cpp | 100 unique_function<long()> C5 = [A, B, C, D, E]() { return A + B + C + D + E; }; TEST() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 1025 Constant *C5 = ConstantInt::get(Int32Ty, 5); TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2166 SDValue C5 = DAG.getSelectCC(DL, Sub2_Lo, RHS_Lo, MinusOne, Zero, LowerUDIVREM64() local
|