Home
last modified time | relevance | path

Searched refs:Quux (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-return-braced-init-list.cpp62 class Quux : public Foo { class
64 Quux(Bar bar) : Foo(bar) {} in Quux() function in Quux
65 Quux(unsigned, unsigned, unsigned k = 0) : Foo(k) {} in Quux() function in Quux
94 return Quux(b5); in f5()
150 Quux f16() { in f16()
151 return Quux(1, 2); in f16()
156 Quux f17() { in f17()
157 return Quux(1, 2, 3); in f17()
194 BazT<Quux> bazQuux;
Dobjc-forbidden-subclassing-custom.m3 // RUN: [{key: objc-forbidden-subclassing.ClassNames, value: "Foo;Quux"}]}' \
26 @interface Quux interface
30 @interface Xyzzy : Quux
31 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: Objective-C interface 'Xyzzy' subclasses 'Quux', which…
Dzircon-temporary-objects.cpp103 class Quux : Ty {}; class
106 Quux<NS::Bar>(); in f3()
107 Quux<Bar>(); in f3()
/external/llvm-project/clang/test/Profile/
Dcxx-structors.cpp25 struct Quux : public Foo { struct
26 Quux(const char *y, ...) : Foo(0) {} in Quux() argument
34 Quux qux("fi", "fo", "fum");
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-explicit-cast.cpp24 struct Quux { struct
26 Quux() : E(5){}; in Quux() function
37 return reinterpret_cast<Foo *>(PB)->A + reinterpret_cast<Quux *>(0)->E; in main()
/external/clang/test/CodeGenCXX/
Ddebug-info-explicit-cast.cpp24 struct Quux { struct
26 Quux() : E(5){}; in Quux() argument
37 return reinterpret_cast<Foo *>(PB)->A + reinterpret_cast<Quux *>(0)->E; in main()
/external/llvm-project/lldb/test/API/functionalities/completion/
Dmain.cpp12 namespace { int Quux (void) { return 0; } } in Quux() function
26 int q = Quux(); in main()
/external/clang/test/SemaTemplate/
Ddeduction.cpp207 template<typename F> F Quux(F &&f);
208 auto Baz = Quux(Quux<float>);
/external/rust/crates/structopt/tests/
Dnested-subcommands.rs125 Quux {}, enumerator
135 cmd: Sub3::Quux {} in test_subsubcommand()
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3.cpp54 int Quux(Bar *b, T * = 0) in Quux() function
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3.cpp54 int Quux(Bar *b, T * = 0) in Quux() function
/external/llvm-project/clang/test/Parser/
Dobjc-attr.m21 @interface Quux interface
/external/llvm-project/clang/test/SemaTemplate/
Ddeduction.cpp208 template<typename F> F Quux(F &&f);
209 auto Baz = Quux(Quux<float>);
/external/llvm-project/llvm/docs/
DCodingStandards.rst287 /// \param Quux kind of foo to do.
291 bool fooBar(bool Baz, StringRef Quux, std::vector<int> &Result);
/external/llvm/docs/
DCodingStandards.rst361 /// \param Quux kind of foo to do.
365 bool fooBar(bool Baz, StringRef Quux, std::vector<int> &Result);