HomeSort by relevance Sort by last modified time
    Searched defs:Quux (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 54 int Quux(Bar *b, T * = 0)
  /external/clang/test/CodeGenCXX/
debug-info-explicit-cast.cpp 24 struct Quux {
26 Quux() : E(5){};
37 return reinterpret_cast<Foo *>(PB)->A + reinterpret_cast<Quux *>(0)->E;
44 // CHECK-DAG: !DICompositeType(tag: DW_TAG_structure_type, name: "Quux",
  /frameworks/native/cmds/lshal/
test.cpp 58 struct Quux : android::hardware::tests::baz::V1_0::IQuux {
72 LOG(WARNING) << "SERVER(Quux) debug writes " << written << " bytes < "
121 using ::android::hardware::tests::baz::V1_0::implementation::Quux;
129 return new Quux();
163 "lshal", "debug", "android.hardware.tests.baz@1.0::IQuux", "baz", "quux"

Completed in 217 milliseconds