Home
last modified time | relevance | path

Searched refs:OutOfLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-cpuspecific.cpp111 struct OutOfLine { struct
115 int __attribute__((cpu_specific(atom, ivybridge))) OutOfLine::foo(int) { return 0; } in foo()
116 int __attribute__((cpu_specific(sandybridge))) OutOfLine::foo(int) { return 1; } in foo()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dbug_hash_test.cpp43 void OutOfLine();
62 void AA::X::OutOfLine() { in OutOfLine() function in AA::X