Home
last modified time | relevance | path

Searched defs:dr (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Dattr-unavailable-message.c17 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 Dptrauth.c30 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 Dbuiltins-arm.c329 double dr; in test_VFP() local
/llvm-project/clang/test/Modules/Inputs/
H A Dmodule_private_right.h7 double &dr = f0(hidden_var); in test_f0_in_right() local
/llvm-project/libcxxabi/test/
H A Dtest_aux_runtime.pass.cpp45 try { D &dr = dynamic_cast<D&> (*bp); ((void)dr); } bad_cast_test() local
/llvm-project/clang/test/SemaCXX/
H A Dattr-unavailable.cpp12 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 Dp9.cpp10 double &dr = d0; variable
/llvm-project/lld/ELF/
H A DDWARF.cpp125 if (auto *dr = dyn_cast<Defined>(&s)) findAux() local
H A DLTO.cpp255 const auto *dr = dyn_cast<Defined>(sym); add() local
H A DMapFile.cpp60 if (auto *dr = dyn_cast<Defined>(b)) in getSymbols() local
[all...]
H A DSymbols.cpp200 if (const auto *dr = dyn_cast<Defined>(this)) getSize() local
/llvm-project/lld/wasm/
H A DMapFile.cpp56 if (auto *dr = dyn_cast<Symbol>(b)) in getSymbols() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp40 double &dr = f2(aii); in test_f2() local
H A Dmember-function-template.cpp8 double &dr = f0(d); in g0() local
H A Dinstantiate-member-class.cpp54 double &dr = x->foo(); in test_instantiation() local
H A Dinstantiate-expr-1.cpp125 double &dr = test_call_operator<double&>(call_op, d); in test_call_operator() local
/llvm-project/clang/test/OpenMP/
H A Datomic_messages.c493 float dr = 0.0; in compare_capture() local
/llvm-project/clang/www/
H A Dmake_cxx_dr_status19 def parse(dr): argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp36 uint32_t dr[8]; /* debug registers */ member
H A DRegisterContextFreeBSD_i386.cpp39 uint32_t dr[8]; /* debug registers */ member
H A DRegisterContextOpenBSD_x86_64.cpp45 uint64_t dr[16]; /* debug registers */ member
H A DRegisterContextFreeBSD_x86_64.cpp48 uint64_t dr[16]; /* debug registers */ member
H A DRegisterContextNetBSD_x86_64.cpp51 uint64_t dr[16]; /* debug registers */ member
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp239 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 Dparse-tree.cpp37 [](const DataRef &dr) { in EndsInBareName() argument

12