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

  /external/clang/test/Index/
cxx-operator-overload.cpp 3 class Cls {
5 Cls operator +(const Cls &RHS);
9 Cls x1, x2, x3;
10 Cls x4 = x1 + x2 + x3;
13 Cls Cls::operator +(const Cls &RHS) { while (1) {} }
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 42 // expected-note {{substitution failure [with T1 = PR13365::Cls, T2 = int &]}}
44 struct Cls {
48 Deduce(&Cls::method); // expected-error {{no matching function}} \
49 // expected-note {{substituting deduced template arguments into function template 'Deduce' [with T1 = PR13365::Cls, T2 = int &]}}
  /external/clang/test/CodeGenCXX/
debug-info.cpp 87 class Cls {
91 Cls obj;
  /external/clang/test/SemaCXX/
undefined-internal.cpp 287 struct Cls {
290 void g(int); // expected-warning {{function 'test12::(anonymous namespace)::Cls::g' has internal linkage but is not defined}}
295 operator T4(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T4' has internal linkage but is not defined}}
296 operator T5(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T5' has internal linkage but is not defined}}
297 operator T6&(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator test12::T6 &' has internal linkage but is not defined}}
305 void test(Cls &c) {
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 450 IdentifierInfo *Cls = nullptr;
451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts()))
454 if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray))
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 126 void GenObjCClass(StringRef cls) {
127 generateUSRForObjCClass(cls, Out);
130 void GenObjCCategory(StringRef cls, StringRef cat) {
131 generateUSRForObjCCategory(cls, cat, Out);
819 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS) {
820 OS << "objc(cs)" << Cls;
823 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat,
825 OS << "objc(cy)" << Cls << '@' << Cat;
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 431 void MacroAssembler::Cls(const Register& rd, const Register& rn) {
434 cls(rd, rn);
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 520 milliseconds