OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cplusplus
(Results
76 - 100
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/misc/darwin-x86/analyzer/bin/
cxx-syntax
41
CLANG_FLAGS="$CLANG_FLAGS -Qignore-c-std-not-allowed-with-
cplusplus
"
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
481
if (Lang.
CPlusPlus
&& HSOpts.UseStandardCXXIncludes &&
636
(!Lang.ObjC1 && !Lang.
CPlusPlus
&& it->first == CSystem) ||
637
(/*FIXME !Lang.ObjC1 && */Lang.
CPlusPlus
&& it->first == CXXSystem) ||
638
(Lang.ObjC1 && !Lang.
CPlusPlus
&& it->first == ObjCSystem) ||
639
(Lang.ObjC1 && Lang.
CPlusPlus
&& it->first == ObjCXXSystem))
InitPreprocessor.cpp
355
if (!LangOpts.
CPlusPlus
) {
523
if (LangOpts.
CPlusPlus
)
552
if (LangOpts.
CPlusPlus
) {
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
539
if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().
CPlusPlus
&&
559
if (!SemaRef.getLangOpts().
CPlusPlus
)
776
if (!SemaRef.getLangOpts().
CPlusPlus
|| !R.Declaration ||
[
all
...]
SemaFixItUtils.cpp
184
(S.LangOpts.
CPlusPlus
|| isMacroDefined(S, Loc, "false")))
SemaOpenMP.cpp
401
SemaRef.getLangOpts().
CPlusPlus
? Type->getAsCXXRecordDecl() : nullptr;
403
!(SemaRef.getLangOpts().
CPlusPlus
&& RD && RD->hasMutableFields())) {
503
getLangOpts().
CPlusPlus
? Type->getAsCXXRecordDecl() : nullptr;
[
all
...]
SemaLookup.cpp
208
bool
CPlusPlus
,
217
if (
CPlusPlus
) {
234
if (
CPlusPlus
) {
255
if (
CPlusPlus
)
288
IDNS = getIDNS(LookupKind, SemaRef.getLangOpts().
CPlusPlus
,
534
if (S.getLangOpts().
CPlusPlus
&&
669
if (S.getLangOpts().
CPlusPlus
)
877
assert(getLangOpts().
CPlusPlus
&& "Can perform only C++ lookup");
[
all
...]
SemaType.cpp
797
if (S.getLangOpts().
CPlusPlus
) {
823
if (S.getLangOpts().
CPlusPlus
)
842
if (S.getLangOpts().
CPlusPlus
)
[
all
...]
DeclSpec.cpp
505
if (TypeSpecType == TST_unspecified && S.getLangOpts().
CPlusPlus
) {
[
all
...]
/external/clang/lib/AST/
TemplateBase.cpp
490
LangOpts.
CPlusPlus
= true;
501
LangOpts.
CPlusPlus
= true;
Decl.cpp
529
if (!Opts.
CPlusPlus
|| !Opts.InlineVisibilityHidden)
586
if (Context.getLangOpts().
CPlusPlus
&&
702
if (Context.getLangOpts().
CPlusPlus
&& !isFirstInExternCContext(Var)) {
743
if (Context.getLangOpts().
CPlusPlus
&&
[
all
...]
/external/clang/lib/Basic/
Module.cpp
64
.Case("
cplusplus
", LangOpts.
CPlusPlus
)
IdentifierTable.cpp
128
else if (LangOpts.
CPlusPlus
&& (Flags & KEYCXX)) AddResult = 2;
139
else if (!LangOpts.
CPlusPlus
&& (Flags & KEYNOCXX)) AddResult = 2;
144
else if (LangOpts.
CPlusPlus
&& (Flags & KEYCXX11)) AddResult = 3;
/ndk/docs/text/
APPLICATION-MK.text
214
> For more information on the subject, please read [
CPLUSPLUS
-SUPPORT](
CPLUSPLUS
-SUPPORT.html).
/external/clang/include/clang/Basic/
Builtins.h
36
CXX_LANG = 0x4, // builtin for
cplusplus
only.
/external/clang/lib/Parse/
ParseAST.cpp
136
if (!External && !S.getLangOpts().
CPlusPlus
)
ParseExpr.cpp
326
} else if (getLangOpts().
CPlusPlus
&& NextTokPrec <= prec::Conditional)
641
(isUnaryExpression && !getLangOpts().
CPlusPlus
) ? CompoundLiteral
703
if (getLangOpts().
CPlusPlus
) {
744
!(getLangOpts().
CPlusPlus
&& Tok.is(tok::kw_class))) {
[
all
...]
/prebuilts/misc/linux-x86/analyzer/bin/
cxx-analyzer
39
CLANG_FLAGS="$CLANG_FLAGS -Qignore-c-std-not-allowed-with-
cplusplus
"
cxx-syntax
41
CLANG_FLAGS="$CLANG_FLAGS -Qignore-c-std-not-allowed-with-
cplusplus
"
/external/chromium_org/third_party/icu/source/test/depstest/
dependencies.txt
20
cplusplus
iostream
94
group:
cplusplus
747
cplusplus
/external/icu/icu4c/source/test/depstest/
dependencies.txt
22
cplusplus
iostream
96
group:
cplusplus
756
cplusplus
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
/external/clang/www/analyzer/
alpha_checks.html
182
<!---------------------------
cplusplus
alpha --------------------------------->
190
alpha.
cplusplus
.NewDeleteLeaks</span><span class="lang">
203
alpha.
cplusplus
.VirtualCall</span><span class="lang">
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
127
return Context.getLangOpts().
CPlusPlus
? Context.BoolTy : Context.IntTy;
/external/clang/test/Analysis/
new.cpp
122
// new/delete oparators are subjects of
cplusplus
.NewDelete.
Completed in 1834 milliseconds
1
2
3
4
5
6
7
8
9