/llvm-project/libc/src/__support/CPP/ |
H A D | new.h | 41 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 D | PR85343.cpp | 8 template <typename f> struct ac { struct 16 ac<f> a; in d() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction-crash.cpp | 9 struct ac struct 16 typedef ac<1,int,int>::ae ae // expected-error +{{}} argument
|
/llvm-project/libc/src/__support/File/linux/ |
H A D | file.cpp | 109 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 D | rewrite02.f90 | 6 character*4 sc, ac(1) local 8 character*4 sc, ac(1) component
|
/llvm-project/libc/src/spawn/ |
H A D | posix_spawn_file_actions_addclose.cpp | 27 AllocChecker ac; global() variable
|
H A D | posix_spawn_file_actions_addopen.cpp | 28 AllocChecker ac; global() variable
|
H A D | posix_spawn_file_actions_adddup2.cpp | 27 AllocChecker ac; global() variable
|
/llvm-project/libc/src/string/ |
H A D | strndup.cpp | 26 AllocChecker ac; global() variable
|
H A D | allocating_string_utils.h | 27 AllocChecker ac; in strdup() local
|
/llvm-project/libc/src/stdio/ |
H A D | fopencookie.cpp | 90 if (!ac) variable 85 AllocChecker ac; global() variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dllexport-unique-external.cpp | 17 AnonNSCRTP ac; variable
|
H A D | dllimport-unique-external.cpp | 17 AnonNSCRTP ac; variable
|
H A D | ms-local-vft-alias-comdat.cpp | 22 template <typename j> s(j ac) : ag(ac) {} in s()
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | multc3.c | 23 fp_t ac = a * c; in __multc3() local
|
/llvm-project/libc/src/__support/File/ |
H A D | dir.cpp | 23 LIBC_NAMESPACE::AllocChecker ac; open() local
|
/llvm-project/clang/test/Index/ |
H A D | print-bitwidth.c | 2 unsigned ac : 4; member
|
/llvm-project/llvm/test/tools/dsymutil/X86/ |
H A D | odr-uniquing.cpp | 80 AnonC ac; in foo() local
|
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/ |
H A D | odr-uniquing.cpp | 56 AnonC ac; in foo() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | complex.cpp | 37 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 D | p2.cpp | 21 A const ac; in test_decay() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overload-call-copycon.cpp | 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2()
|
H A D | constexpr-vectors.cpp | 294 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 D | multc3.c | 24 long double ac = __gcc_qmul(a, c); in __multc3() local
|
/llvm-project/flang/test/Semantics/OpenACC/ |
H A D | acc-declare-validity.f90 | 10 real(8), dimension(10) :: aa, bb, ab, ac, ad, ae, af, cc, dd variable
|