Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/libc/src/__support/CPP/
H A Dnew.h41 alloc(size_t s,AllocChecker & ac) alloc() argument
48 aligned_alloc(size_t s,std::align_val_t align,AllocChecker & ac) aligned_alloc() argument
58 new(size_t size,LIBC_NAMESPACE::AllocChecker & ac) new() argument
63 new(size_t size,std::align_val_t align,LIBC_NAMESPACE::AllocChecker & ac) new() argument
[all...]
/llvm-project/clang/test/Sema/
H A DPR85343.cpp8 template <typename f> struct ac { struct
16 ac<f> a; in d() argument
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-crash.cpp9 struct ac struct
16 typedef ac<1,int,int>::ae ae // expected-error +{{}} argument
/llvm-project/libc/src/__support/File/linux/
H A Dfile.cpp109 AllocChecker ac; openfile() local
114 AllocChecker ac; openfile() local
154 AllocChecker ac; create_file_from_fd() local
160 AllocChecker ac; create_file_from_fd() local
[all...]
/llvm-project/flang/test/Evaluate/
H A Drewrite02.f906 character*4 sc, ac(1) local
8 character*4 sc, ac(1) component
/llvm-project/libc/src/spawn/
H A Dposix_spawn_file_actions_addclose.cpp27 AllocChecker ac; global() variable
H A Dposix_spawn_file_actions_addopen.cpp28 AllocChecker ac; global() variable
H A Dposix_spawn_file_actions_adddup2.cpp27 AllocChecker ac; global() variable
/llvm-project/libc/src/string/
H A Dstrndup.cpp26 AllocChecker ac; global() variable
H A Dallocating_string_utils.h27 AllocChecker ac; in strdup() local
/llvm-project/libc/src/stdio/
H A Dfopencookie.cpp90 if (!ac) variable
85 AllocChecker ac; global() variable
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-unique-external.cpp17 AnonNSCRTP ac; variable
H A Ddllimport-unique-external.cpp17 AnonNSCRTP ac; variable
H A Dms-local-vft-alias-comdat.cpp22 template <typename j> s(j ac) : ag(ac) {} in s()
/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c23 fp_t ac = a * c; in __multc3() local
/llvm-project/libc/src/__support/File/
H A Ddir.cpp23 LIBC_NAMESPACE::AllocChecker ac; open() local
/llvm-project/clang/test/Index/
H A Dprint-bitwidth.c2 unsigned ac : 4; member
/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dodr-uniquing.cpp80 AnonC ac; in foo() local
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/
H A Dodr-uniquing.cpp56 AnonC ac; in foo() local
/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp37 Part ac{re_.Multiply(that.re_, rounding).AccumulateFlags(flags)}; in Multiply() local
59 Part ac{re_.Multiply(that.re_, rounding).AccumulateFlags(flags)}; in Divide() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.auto.deduct/
H A Dp2.cpp21 A const ac; in test_decay() local
/llvm-project/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2()
H A Dconstexpr-vectors.cpp294 constexpr auto ac = CmpBinXOr(a, b); CharUsage() local
447 constexpr auto ac = CmpBinXOr(a, b); CharExtVecUsage() local
[all...]
/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c24 long double ac = __gcc_qmul(a, c); 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

123