HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/clang/lib/Lex/
TokenConcatenation.cpp 248 (PP.getLangOpts().CPlusPlus && FirstChar == '*');
267 (PP.getLangOpts().CPlusPlus && FirstChar == ':');
271 return PP.getLangOpts().CPlusPlus && FirstChar == '*';
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 23 def Cplusplus : Package<"cplusplus">;
24 def CplusplusAlpha : Package<"cplusplus">, InPackage<Alpha>, Hidden;
169 let ParentPackage = Cplusplus in {
175 } // end: "cplusplus"
187 } // end: "alpha.cplusplus"
VirtualCallChecker.cpp 193 "Cplusplus",
203 "Cplusplus",
  /external/clang/lib/Basic/
Module.cpp 59 .Case("cplusplus", LangOpts.CPlusPlus)
IdentifierTable.cpp 125 else if (LangOpts.CPlusPlus && (Flags & KEYCXX)) AddResult = 2;
135 else if (!LangOpts.CPlusPlus && (Flags & KEYNOCXX)) AddResult = 2;
140 else if (LangOpts.CPlusPlus && (Flags & KEYCXX11)) AddResult = 3;
  /external/clang/lib/Sema/
SemaExpr.cpp 208 if (S.getLangOpts().CPlusPlus)
272 if (getLangOpts().CPlusPlus && isa<FunctionDecl>(D)) {
461 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
561 if (getLangOpts().CPlusPlus &&
727 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
    [all...]
SemaCodeComplete.cpp 540 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
560 if (!SemaRef.getLangOpts().CPlusPlus)
778 if (!SemaRef.getLangOpts().CPlusPlus || !R.Declaration ||
    [all...]
DeclSpec.cpp 505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
    [all...]
SemaFixItUtils.cpp 178 if (T.isBooleanType() && S.LangOpts.CPlusPlus)
SemaLookup.cpp 213 bool CPlusPlus,
221 if (CPlusPlus) {
236 if (CPlusPlus) {
256 if (CPlusPlus)
287 IDNS = getIDNS(LookupKind, SemaRef.getLangOpts().CPlusPlus,
520 if (S.getLangOpts().CPlusPlus &&
663 if (S.getLangOpts().CPlusPlus)
851 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 58 Var->getASTContext().getLangOpts().CPlusPlus)
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 85 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
  /external/clang/test/Analysis/
new.cpp 122 // new/delete oparators are subjects of cplusplus.NewDelete.
  /ndk/docs/text/
SYSTEM-ISSUES.text 22 See docs/CPLUSPLUS-SUPPORT.html for more details.
APPLICATION-MK.text 210 > For more information on the subject, please read [CPLUSPLUS-SUPPORT](CPLUSPLUS-SUPPORT.html).
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 471 if (Lang.CPlusPlus && HSOpts.UseStandardCXXIncludes &&
624 (!Lang.ObjC1 && !Lang.CPlusPlus && it->first == CSystem) ||
625 (/*FIXME !Lang.ObjC1 && */Lang.CPlusPlus && it->first == CXXSystem) ||
626 (Lang.ObjC1 && !Lang.CPlusPlus && it->first == ObjCSystem) ||
627 (Lang.ObjC1 && Lang.CPlusPlus && it->first == ObjCXXSystem))
InitPreprocessor.cpp 297 if (!LangOpts.CPlusPlus) {
430 if (LangOpts.CPlusPlus) {
446 if (LangOpts.CPlusPlus) {
750 if (LangOpts.ObjC1 && LangOpts.CPlusPlus && LangOpts.ObjCAutoRefCount) {
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 486 LangOpts.CPlusPlus = true;
497 LangOpts.CPlusPlus = true;
Decl.cpp 481 if (!Opts.CPlusPlus || !Opts.InlineVisibilityHidden)
538 if (Context.getLangOpts().CPlusPlus &&
661 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) {
694 if (Context.getLangOpts().CPlusPlus &&
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 36 CXX_LANG = 0x4, // builtin for cplusplus only.
  /external/clang/lib/Parse/
ParseAST.cpp 135 if (!External && !S.getLangOpts().CPlusPlus)
ParseStmt.cpp 185 if ((getLangOpts().CPlusPlus || !OnlyStatement) && isDeclarationStatement()) {
917 if (getLangOpts().CPlusPlus)
973 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
    [all...]
  /external/icu4c/test/depstest/
dependencies.txt 20 cplusplus iostream
93 group: cplusplus
746 cplusplus
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
stabs.info 52 * Cplusplus:: Stabs specific to C++
227 may not do this. Because of a conflict with C++ (*note Cplusplus::),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
stabs.info 52 * Cplusplus:: Stabs specific to C++
227 may not do this. Because of a conflict with C++ (*note Cplusplus::),
    [all...]

Completed in 2785 milliseconds

1 23 4 5 6 7 8