Home
last modified time | relevance | path

Searched defs:ad (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/test/MC/RISCV/
H A Dinvalid-instruction-spellcheck.s13 ad x1, x1, x1 label
/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c25 fp_t ad = a * d; in __multc3() local
/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp39 Part ad{re_.Multiply(that.im_, rounding).AccumulateFlags(flags)}; in Multiply() local
60 Part ad{re_.Multiply(that.im_, rounding).AccumulateFlags(flags)}; in Divide() local
/llvm-project/clang/test/CodeGenCXX/
H A Dms-local-vft-alias-comdat.cpp11 using ad = T<j>; in ab() typedef
H A Ddynamic-cast-hint.cpp28 volatile D *ad = dynamic_cast<D *>(a); in test() local
H A Dsanitize-dtor-bit-field.cpp63 Adjacent ad; variable
H A Ddestructors.cpp54 allocator_derived ad; in foo() local
/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c26 long double ad = __gcc_qmul(a, d); in __multc3() local
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-declare-validity.f9010 real(8), dimension(10) :: aa, bb, ab, ac, ad, ae, af, cc, dd variable
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-vectors.cpp297 constexpr auto ad = CmpBinOr(a, b); CharUsage() local
450 constexpr auto ad = CmpBinOr(a, b); CharExtVecUsage() local
[all...]
H A Dcxx0x-deleted-default-ctor.cpp93 ambiguous_default ad; // expected-note {{field 'ad' has multiple default constructors}} member
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c31 double ad[2] = {23.4, 56.7}; variable
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp69 auto ad = &unary<unsigned char>; variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3.cpp27 double ad[] = { 1, 2.0 }; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr.cpp57 bool ad = true && a1; variable