Home
last modified time | relevance | path

Searched defs:called (Results 1 – 24 of 24) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddeallocate.pass.cpp47 int called = 0; in test() local
53 int called = 0; in test() local
/llvm-project/llvm/test/MC/X86/
H A Dcode16gcc-align.s38 called: label
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp73 static int called; member
78 int init1::called = 0; member in init1
89 static int called; member
94 int init2::called = 0; member in init2
/llvm-project/mlir/unittests/Rewrite/
H A DPatternBenefit.cpp38 bool *called; in TEST() member
54 bool *called; in TEST() member
/llvm-project/libcxx/test/std/time/time.duration/time.duration.cons/
H A Dconvert_overflow.pass.cpp24 bool called = false; variable
/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Dpatching-unpatching.cpp15 bool called = false; variable
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dpstl.for_each_n.pass.cpp40 std::vector<Bool> called(size); in operator ()() local
H A Dpstl.for_each.pass.cpp41 std::vector<Bool> called(size); in operator ()() local
/llvm-project/libcxx/test/std/thread/thread.jthread/
H A Ddtor.pass.cpp38 std::stop_callback cb(jt->get_stop_token(), [&called] { called = true; }); in main() local
H A Dassign.move.pass.cpp46 std::stop_callback cb(j1.get_stop_token(), [&called] { called = true; }); in main() local
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopcallback/
H A Dcons.rvalue.token.pass.cpp64 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local
73 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local
84 std::stop_callback sc(std::move(st), [&] { called = true; }); in main() local
[all...]
H A Dcons.const.token.pass.cpp65 std::stop_callback sc(st, [&] { called = true; }); in main() local
75 std::stop_callback sc(st, [&] { called = true; }); in main() local
86 std::stop_callback sc(st, [&] { called = true; }); in main() local
[all...]
H A Ddtor.pass.cpp46 bool called = false; in main() local
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp22 int called = 0; variable
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp36 int called = 0; variable
/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp38 static int called; member
44 int CompareBase::called = 0; member in CompareBase
81 int& called = CompareBase::called; in test_passing() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/
H A Dctor.base.pass.cpp61 bool called = false; in test() local
H A Dctor.convert.pass.cpp85 bool called = false; in test() local
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp53 bool called = false; variable
/llvm-project/libcxx/test/libcxx/utilities/function.objects/
H A Dfunc.blocks.pass.cpp76 __block bool called = false; in main() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop.while/
H A Dbegin.pass.cpp152 int called = 0; in testOne() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/
H A Dbegin.pass.cpp133 int called = 0; in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/
H A Dbegin.pass.cpp176 int called = 0; in cache_tests() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1355 FailureOr<Value> called = convertValue(callInst->getCalledOperand()); convertCallTypeAndOperands() local