Home
last modified time | relevance | path

Searched defs:GetA (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Danonymous-struct.cpp204 A GetA() { in GetA() function
H A Dwarn-thread-safety-analysis.cpp1033 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } GetA() function in thread_annot_lock_43::FooBar
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp195 VPInstruction *GetA = cast<VPInstruction>(&*std::next(Body->begin(), 1)); in TEST_F() local