/llvm-project/clang/test/Sema/ |
H A D | attr-unavailable-message.c | 17 double dr = dfoo(1.0); // expected-error {{'dfoo' is unavailable: NO LONGER}} in test_foo() local 30 double dr = dfoo(1.0); in unavail() local
|
H A D | ptrauth.c | 30 int *dr = __builtin_ptrauth_strip(dp, VALID_DATA_KEY); in test_strip() local 72 int *dr = __builtin_ptrauth_sign_unauthenticated(dp, VALID_DATA_KEY, 0); in test_sign_unauthenticated() local 91 int *dr = __builtin_ptrauth_auth(dp, VALID_DATA_KEY, 0); in test_auth() local 112 int *dr = __builtin_ptrauth_auth_and_resign(dp, VALID_DATA_KEY, 0, VALID_DATA_KEY, dp); in test_auth_and_resign() local 132 unsigned long dr = __builtin_ptrauth_sign_generic_data(dp, 0); in test_sign_generic_data() local
|
H A D | builtins-arm.c | 329 double dr; in test_VFP() local
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | module_private_right.h | 7 double &dr = f0(hidden_var); in test_f0_in_right() local
|
/llvm-project/libcxxabi/test/ |
H A D | test_aux_runtime.pass.cpp | 45 try { D &dr = dynamic_cast<D&> (*bp); ((void)dr); } bad_cast_test() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-unavailable.cpp | 12 double &dr = foo(1.0); in test_foo() local 35 double &dr = foo(1.0); in unavail() local
|
/llvm-project/clang/test/CXX/expr/ |
H A D | p9.cpp | 10 double &dr = d0; variable
|
/llvm-project/lld/ELF/ |
H A D | DWARF.cpp | 125 if (auto *dr = dyn_cast<Defined>(&s)) findAux() local
|
H A D | LTO.cpp | 255 const auto *dr = dyn_cast<Defined>(sym); add() local
|
H A D | MapFile.cpp | 60 if (auto *dr = dyn_cast<Defined>(b)) in getSymbols() local [all...] |
H A D | Symbols.cpp | 200 if (const auto *dr = dyn_cast<Defined>(this)) getSize() local
|
/llvm-project/lld/wasm/ |
H A D | MapFile.cpp | 56 if (auto *dr = dyn_cast<Symbol>(b)) in getSymbols() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_func_order.cpp | 40 double &dr = f2(aii); in test_f2() local
|
H A D | member-function-template.cpp | 8 double &dr = f0(d); in g0() local
|
H A D | instantiate-member-class.cpp | 54 double &dr = x->foo(); in test_instantiation() local
|
H A D | instantiate-expr-1.cpp | 125 double &dr = test_call_operator<double&>(call_op, d); in test_call_operator() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_messages.c | 493 float dr = 0.0; in compare_capture() local
|
/llvm-project/clang/www/ |
H A D | make_cxx_dr_status | 19 def parse(dr): argument [all...] |
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextOpenBSD_i386.cpp | 36 uint32_t dr[8]; /* debug registers */ member
|
H A D | RegisterContextFreeBSD_i386.cpp | 39 uint32_t dr[8]; /* debug registers */ member
|
H A D | RegisterContextOpenBSD_x86_64.cpp | 45 uint64_t dr[16]; /* debug registers */ member
|
H A D | RegisterContextFreeBSD_x86_64.cpp | 48 uint64_t dr[16]; /* debug registers */ member
|
H A D | RegisterContextNetBSD_x86_64.cpp | 51 uint64_t dr[16]; /* debug registers */ member
|
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 239 const DeclRefExpr *dr; member in __anon694a1b490311::FindVarResult 242 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult() 738 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr()
|
/llvm-project/flang/lib/Parser/ |
H A D | parse-tree.cpp | 37 [](const DataRef &dr) { in EndsInBareName() argument
|