Searched refs:cplusplus (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/ |
| HD | module.modulemap | 2 requires cplusplus 11 requires cplusplus 21 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 24 requires cplusplus 51 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 52 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 57 requires cplusplus 73 requires cplusplus 81 module Clang_Edit { requires cplusplus umbrella "Edit" module * { export * } } 82 module Clang_Format { requires cplusplus umbrella "Format" module * { export * } } [all …]
|
| /NextBSD/contrib/llvm/include/llvm/ |
| HD | module.modulemap | 2 requires cplusplus 13 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 18 requires cplusplus 49 module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } } 50 module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } } 53 requires cplusplus 58 requires cplusplus 65 requires cplusplus 87 requires cplusplus 94 requires cplusplus [all …]
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | init.c | 73 char cplusplus; member 106 CPP_OPTION (pfile, cplusplus) = l->cplusplus; in cpp_set_lang() 389 if (CPP_OPTION (pfile, cplusplus)) in cpp_init_builtins() 470 if (CPP_OPTION (pfile, cplusplus) && CPP_OPTION (pfile, operator_names)) in cpp_post_options() 628 if (CPP_OPTION (pfile, cplusplus)) in post_options()
|
| HD | lex.c | 1148 else if (*buffer->cur == '*' && CPP_OPTION (pfile, cplusplus)) in _cpp_lex_direct() 1166 if (*buffer->cur == '*' && CPP_OPTION (pfile, cplusplus)) in _cpp_lex_direct() 1193 if (*buffer->cur == ':' && CPP_OPTION (pfile, cplusplus)) in _cpp_lex_direct()
|
| HD | charset.c | 852 || (CPP_OPTION (pfile, cplusplus) in ucn_valid_in_identifier() 947 if (!CPP_OPTION (pfile, cplusplus) && !CPP_OPTION (pfile, c99)) in _cpp_valid_ucn()
|
| HD | expr.c | 649 else if (CPP_OPTION (pfile, cplusplus) in eval_token()
|
| /NextBSD/contrib/gcc/ |
| HD | c-incpath.c | 139 if (!p->cplusplus || cxx_stdinc) in add_standard_paths() 159 if (!p->cplusplus || cxx_stdinc) in add_standard_paths() 378 if (cpp_opts->cplusplus) in register_include_chains()
|
| HD | cppdefault.h | 40 const char cplusplus; /* Only look here if we're compiling C++. */ member
|
| HD | ChangeLog-2000 | 27634 * cccp.c (main): Don't change wchar_type if cplusplus.
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | module.modulemap | 1 module TableGen { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | module.modulemap | 1 module IR { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/lib/Bitcode/ |
| HD | module.modulemap | 1 module Bitcode { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | module.modulemap | 1 module AsmParser { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | module.modulemap | 1 module DebugInfoDWARF { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | module.modulemap | 1 module CodeGen { requires cplusplus umbrella "." module * { export * } }
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 23 def Cplusplus : Package<"cplusplus">; 24 def CplusplusAlpha : Package<"cplusplus">, InPackage<Alpha>, Hidden; 191 } // end: "cplusplus" 199 } // end: "alpha.cplusplus"
|
| /NextBSD/crypto/openssl/util/ |
| HD | mkerr.pl | 194 $cpp = 1 if /^#.*ifdef.*cplusplus/; # skip "C" declaration
|
| HD | mkdef.pl | 542 $cpp = 1 if /^#.*ifdef.*cplusplus/;
|
| /NextBSD/contrib/gcclibs/libcpp/include/ |
| HD | cpplib.h | 269 unsigned char cplusplus; member
|
| /NextBSD/contrib/gperf/ |
| HD | ChangeLog | 72 tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp, 140 tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp, 184 tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp, 224 tests/cplusplus.exp, tests/gpc.exp, tests/java.exp, 271 tests/cplusplus.exp, tests/java.exp, tests/languages.exp, 304 tests/cplusplus.exp, tests/gpc.exp, tests/java.exp, 376 * tests/cplusplus.exp: Regenerated. 511 * tests/cplusplus.exp: Regenerated. 646 * tests/c-parse.exp, tests/chill.exp, tests/cplusplus.exp, 1029 * tests/cplusplus.exp: Update. [all …]
|