HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 24 of 24) 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/include/clang/Index/
USRGeneration.h 32 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS);
35 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS);
  /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 95 class Cls {
99 Cls obj;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
UefiShellLevel3CommandsLib.inf 36 Cls.c
  /external/clang/test/SemaCXX/
undefined-internal.cpp 288 struct Cls {
291 void g(int); // expected-warning {{function 'test12::(anonymous namespace)::Cls::g' has internal linkage but is not defined}}
296 operator T4(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T4' has internal linkage but is not defined}}
297 operator T5(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T5' has internal linkage but is not defined}}
298 operator T6&(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator test12::T6 &' has internal linkage but is not defined}}
306 void test(Cls &c) {
  /external/grpc-grpc/tools/run_tests/artifacts/
artifact_targets.py 352 Cls(platform, arch)
353 for Cls in (CSharpExtArtifact, ProtocArtifact)
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 691 void addClassMethSummary(const char* Cls, const char* name,
693 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
699 void addInstMethSummary(const char* Cls, const char* nullaryName,
701 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
712 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
715 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
719 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
722 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [all...]
LocalizationChecker.cpp 806 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
807 if (!Cls)
810 IdentifierInfo *ClsName = Cls->getIdentifier();
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 131 void GenObjCClass(StringRef cls) {
132 generateUSRForObjCClass(cls, Out);
136 void GenObjCCategory(StringRef cls, StringRef cat) {
137 generateUSRForObjCCategory(cls, cat, Out);
848 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS) {
849 OS << "objc(cs)" << Cls;
852 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat,
854 OS << "objc(cy)" << Cls << '@' << Cat;
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /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/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 287 V(cls, Cls) \
    [all...]
macro-assembler-arm64-inl.h 363 void TurboAssembler::Cls(const Register& rd, const Register& rn) {
366 cls(rd, rn);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 148 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
149 if (!Cls)
152 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc 575 COMPARE(cls(w20, w21), "cls w20, w21");
576 COMPARE(cls(x22, x23), "cls x22, x23");
    [all...]
test-assembler-aarch64.cc     [all...]

Completed in 2487 milliseconds