| /openbsd-src/gnu/llvm/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 28 bool Internal; member in TreePrinter 30 TreePrinter(llvm::raw_ostream &out) : out(out), Internal(false) {} in TreePrinter() 77 if (Internal) { in printGroup() 141 bool Internal = false; in run() local 145 Internal = true; in run() 174 TP.Internal = Internal; in run()
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | mt.opt | 36 Internal debug switch 40 Internal debug switch 44 Internal debug switch 48 Internal debug switch 52 Internal debug switch
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/ |
| H A D | Carp.pm | 240 our %Internal; 245 $Internal{Exporter}++; 246 $Internal{'Exporter::Heavy'}++; 271 if ( $Internal{$call_pack} or $CarpInternal{$call_pack} ) { 540 if (%Internal) { 541 local %Internal; 561 redo if $Internal{$pkg}; 670 redo if $Internal{$caller};
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | friend9.C | 10 class Internal; // ERROR - is private variable 15 friend class F::Internal; // ERROR - in this context
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
| H A D | Instance.pm | 239 local %Carp::Internal = %Carp::Internal; 240 $Carp::Internal{'Test2::Formatter'} = 1; 355 local %Carp::Internal = %Carp::Internal; 356 $Carp::Internal{'Test2::IPC::Driver'} = 1;
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl588delta.pod | 53 Internal cleanup only 102 Internal cleanup 199 Internal cleanup 220 Internal cleanup 257 Internal cleanup 269 Internal cleanup 365 Internal cleanup 509 Internal cleanup 593 Internal cleanup 648 Internal cleanup [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | elfd30v.sc | 103 /* Internal text space */ 106 /* Internal text space or external memory */ 116 /* Internal data space */ 120 /* Internal data space or external memory */
|
| H A D | tic4xcoff.sc | 60 RAM0 : org = 0x0809800, len = 0x000400 /* Internal RAM block 0. */ 61 RAM1 : org = 0x0809a00, len = 0x000400 /* Internal RAM block 1. */ 62 RAM : org = 0x0809800, len = 0x000800 /* Internal RAM. */
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | elfd30v.sc | 103 /* Internal text space */ 106 /* Internal text space or external memory */ 116 /* Internal data space */ 120 /* Internal data space or external memory */
|
| H A D | tic4xcoff.sc | 60 RAM0 : org = 0x0809800, len = 0x000400 /* Internal RAM block 0. */ 61 RAM1 : org = 0x0809a00, len = 0x000400 /* Internal RAM block 1. */ 62 RAM : org = 0x0809800, len = 0x000800 /* Internal RAM. */
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 326 SymbolNameSet Internal, External; member 351 for (auto &InternalDep : BID.Internal) in operator []() 352 BTDCacheVal.Internal.insert(InternalDep); in operator []() 383 BIDCacheVal.Internal.insert(getInternedName(Tgt)); in getBlockImmediateDeps() 464 if (SymDeps.External.empty() && SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 470 if (!SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 471 InternalNamedSymbolDeps[SymName] = SymDeps.Internal; in computeNamedSymbolDependencies() 486 for (auto &S : BDeps.Internal) in computeNamedSymbolDependencies()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-cd.txt | 1 # Internal cd always succeeds.
|
| H A D | not-calls-export.txt | 1 # Internal "export" always succeeds.
|
| H A D | not-calls-echo.txt | 1 # Internal "echo" always succeeds.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Exporter/t/ |
| H A D | Exporter.t | 235 ::ok($Carp::Internal{Exporter}, "Carp recognizes Exporter"); 236 ::ok($Carp::Internal{'Exporter::Heavy'}, "Carp recognizes Exporter::Heavy");
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | charnames.pm | 16 $Carp::Internal{ (__PACKAGE__) } = 1;
|
| H A D | locale.pm | 9 $Carp::Internal{ (__PACKAGE__) } = 1;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclBase.cpp | 1666 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument 1681 makeDeclVisibleInContextImpl(ND, Internal); in buildLookupImpl() 1688 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl() 1892 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, in makeDeclVisibleInContextWithFlags() argument 1899 ->makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1923 makeDeclVisibleInContextImpl(D, Internal); in makeDeclVisibleInContextWithFlags() 1932 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1941 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { in makeDeclVisibleInContextImpl() argument 1953 if (!Internal) in makeDeclVisibleInContextImpl() 1962 if (Internal) { in makeDeclVisibleInContextImpl()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
| H A D | Carp.t | 195 # %Carp::Internal 197 local $Carp::Internal{XC} = 1; 198 like( XA::short(), qr/^Error at XB/, "Short doesn't report Internal" ); 202 local $Carp::Internal{XD} = 1; 203 like( XA::long(), qr/^Error at XC/, "Long doesn't report Internal" );
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/po/ |
| H A D | id.po | 58 msgid "Internal disassembler error" 256 msgid "Internal: Non-debugged code (test-case missing): %s:%d" 257 msgstr "Internal: Kode belum didebug (tidak ada test-case): %s:%d" 325 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 330 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 335 msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
|
| H A D | da.po | 58 msgid "Internal disassembler error" 279 msgid "Internal: Non-debugged code (test-case missing): %s:%d" 348 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 353 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 358 msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/po/ |
| H A D | id.po | 58 msgid "Internal disassembler error" 256 msgid "Internal: Non-debugged code (test-case missing): %s:%d" 257 msgstr "Internal: Kode belum didebug (tidak ada test-case): %s:%d" 325 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 330 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 335 msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
|
| H A D | da.po | 58 msgid "Internal disassembler error" 279 msgid "Internal: Non-debugged code (test-case missing): %s:%d" 348 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 353 msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" 358 msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | bfd.texinfo | 224 * Internal:: 280 @node Opening and Closing, Internal, Architectures, BFD front end 283 @node Internal, File Caching, Opening and Closing, BFD front end 286 @node File Caching, Linker Functions, Internal, BFD front end
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | bfd.texinfo | 211 * Internal:: 267 @node Opening and Closing, Internal, Architectures, BFD front end 270 @node Internal, File Caching, Opening and Closing, BFD front end 273 @node File Caching, Linker Functions, Internal, BFD front end
|