OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cplusplus
(Results
101 - 125
of
180
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/lib/Sema/
SemaPseudoObject.cpp
719
if (!S.getLangOpts().
CPlusPlus
|| !op->getType()->isRecordType()) {
721
if (!S.getLangOpts().
CPlusPlus
|| !paramType->isRecordType()) {
800
if (!S.getLangOpts().
CPlusPlus
) return false;
[
all
...]
SemaCXXScopeSpec.cpp
169
assert(getLangOpts().
CPlusPlus
&& "Only callable in C++");
708
<< T << getLangOpts().
CPlusPlus
;
[
all
...]
SemaExprObjC.cpp
311
if (getLangOpts().
CPlusPlus
) {
339
if (S.getLangOpts().
CPlusPlus
&& Element->getType()->isRecordType()) {
[
all
...]
/external/chromium_org/base/memory/
scoped_ptr.h
156
// http://
cplusplus
.github.com/LWG/lwg-defects.html#938
470
// (http://
cplusplus
.github.com/LWG/lwg-active.html#2118). Users wanting
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
CGExprComplex.cpp
689
if (!CGF.getLangOpts().
CPlusPlus
)
724
if (!CGF.getLangOpts().
CPlusPlus
)
[
all
...]
CGDeclCXX.cpp
440
if (getLangOpts().ObjCAutoRefCount && getLangOpts().
CPlusPlus
) {
/ndk/docs/text/
CHANGES.text
623
> See
CPLUSPLUS
-SUPPORT.html.
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h
289
unsigned char
cplusplus
;
member in struct:cpp_options
291
/* Nonzero means handle
cplusplus
style comments. */
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h
289
unsigned char
cplusplus
;
member in struct:cpp_options
291
/* Nonzero means handle
cplusplus
style comments. */
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h
289
unsigned char
cplusplus
;
member in struct:cpp_options
291
/* Nonzero means handle
cplusplus
style comments. */
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h
289
unsigned char
cplusplus
;
member in struct:cpp_options
291
/* Nonzero means handle
cplusplus
style comments. */
[
all
...]
/external/clang/lib/Parse/
ParseExprCXX.cpp
186
assert(getLangOpts().
CPlusPlus
&&
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
663
if (!LangOpts.
CPlusPlus
) return 0;
816
if (getLangOpts().
CPlusPlus
)
823
if (getLangOpts().
CPlusPlus
)
[
all
...]
DeclBase.cpp
[
all
...]
MicrosoftMangle.cpp
190
if (!getASTContext().getLangOpts().
CPlusPlus
&& !D->hasAttrs())
207
if (!getASTContext().getLangOpts().
CPlusPlus
)
[
all
...]
StmtPrinter.cpp
912
if (Policy.LangOpts.
CPlusPlus
)
1136
if (Policy.LangOpts.
CPlusPlus
) {
[
all
...]
/external/clang/docs/
Modules.rst
320
cplusplus
350
requires
cplusplus
[
all
...]
/external/clang/lib/Frontend/
CompilerInstance.cpp
741
return LangOpts.
CPlusPlus
? IK_ObjCXX : IK_ObjC;
742
return LangOpts.
CPlusPlus
? IK_CXX : IK_C;
[
all
...]
/build/core/
binary.mk
20
# See ndk/docs/
CPLUSPLUS
-SUPPORT.html
/external/chromium_org/
.DEPS.git
295
Var('git_url') + '/chromiumos/third_party/dbus-
cplusplus
.git@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900',
.gitmodules
175
url = https://chromium.googlesource.com/chromiumos/third_party/dbus-
cplusplus
.git
DEPS
450
Var("chromiumos_git") + "/third_party/dbus-
cplusplus
.git" +
/external/clang/include/clang/Parse/
Parser.h
[
all
...]
/external/libpcap/
aclocal.m4
763
]ifelse(AC_LANG,
CPLUSPLUS
, [#ifdef __cplusplus
Completed in 629 milliseconds
1
2
3
4
5
6
7
8