| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/ |
| H A D | unicode_tables.d | 68 alias SCE = SimpleCaseEntry; 69 static immutable SCE[] t = [ 70 SCE(0x2c00, 0, 0x82), 71 SCE(0x2c30, 1, 0x42),SCE(0x24c3, 0, 0x82),SCE(0x24dd, 1, 0x42),SCE(0x2c01, 0, 0x82), 72 SCE(0x2c31, 1, 0x42),SCE(0x2c1d, 0, 0x82),SCE(0x2c4d, 1, 0x42),SCE(0x2c02, 0, 0x82), 73 SCE(0x2c32, 1, 0x42),SCE(0x2c03, 0, 0x82),SCE(0x2c33, 1, 0x42),SCE(0x2c04, 0, 0x82), 74 SCE(0x2c34, 1, 0x42),SCE(0x2c05, 0, 0x82),SCE(0x2c35, 1, 0x42),SCE(0x2c06, 0, 0x82), 75 SCE(0x2c36, 1, 0x42),SCE(0x10400, 0, 0x82),SCE(0x10428, 1, 0x42),SCE(0x2cc2, 0, 0x82), 76 SCE(0x2cc3, 1, 0x42),SCE(0x2c07, 0, 0x82),SCE(0x2c37, 1, 0x42),SCE(0x2c08, 0, 0x82), 77 SCE(0x2c38, 1, 0x42),SCE(0x2c09, 0, 0x82),SCE(0x2c39, 1, 0x42),SCE(0x2c0a, 0, 0x82), [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/ |
| H A D | unicode_tables.d | 68 alias SCE = SimpleCaseEntry; 69 static immutable SCE[] t = [ 70 SCE(0x2c00, 0, 0x82), 71 SCE(0x2c30, 1, 0x42),SCE(0x24c3, 0, 0x82),SCE(0x24dd, 1, 0x42),SCE(0x2c01, 0, 0x82), 72 SCE(0x2c31, 1, 0x42),SCE(0x2c1d, 0, 0x82),SCE(0x2c4d, 1, 0x42),SCE(0x2c02, 0, 0x82), 73 SCE(0x2c32, 1, 0x42),SCE(0x2c03, 0, 0x82),SCE(0x2c33, 1, 0x42),SCE(0x2c04, 0, 0x82), 74 SCE(0x2c34, 1, 0x42),SCE(0x2c05, 0, 0x82),SCE(0x2c35, 1, 0x42),SCE(0x2c06, 0, 0x82), 75 SCE(0x2c36, 1, 0x42),SCE(0x10400, 0, 0x82),SCE(0x10428, 1, 0x42),SCE(0x2cc2, 0, 0x82), 76 SCE(0x2cc3, 1, 0x42),SCE(0x2c07, 0, 0x82),SCE(0x2c37, 1, 0x42),SCE(0x2c08, 0, 0x82), 77 SCE(0x2c38, 1, 0x42),SCE(0x2c09, 0, 0x82),SCE(0x2c39, 1, 0x42),SCE(0x2c0a, 0, 0x82), [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetOptionsImpl.cpp | 55 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
|
| H A D | CommandFlags.cpp | 402 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.h | 83 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
|
| H A D | Clang.cpp | 1060 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs() 3934 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions() 4021 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions() 4136 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4165 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions() 4170 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 480 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder() local 544 SCE.nextArg(); in parseMatcherBuilder() 648 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local 679 SCE.nextArg(); in parseMatcherExpressionImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 597 SourceColumnEntry SCE; in fromCodeViewSubsection() local 598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection() 599 SCE.StartColumn = C.StartColumn; in fromCodeViewSubsection() 600 Block.Columns.push_back(SCE); in fromCodeViewSubsection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSERegisterInfo.cpp | 87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
|
| H A D | MipsEVAInstrInfo.td | 204 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
|
| H A D | MipsScheduleP5600.td | 144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
|
| H A D | MipsScheduleGeneric.td | 609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 840 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
|
| H A D | DwarfDebug.cpp | 364 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ |
| H A D | dig.batch | 883 SCE.CNC.UNA.PY. IN A
|
| H A D | knowngood.dig.out | 912 SCE.CNC.UNA.PY. 604800 IN A 200.10.228.133
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 1565 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/ |
| H A D | example.db | 1076 SCE IN A 200.10.228.133
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | UsersManual.rst | 3326 - ``-march=x86-64``: CMOV, CMPXCHG8B, FPU, FXSR, MMX, FXSR, SCE, SSE, SSE2
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 4750 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
|
| /netbsd-src/share/misc/ |
| H A D | airport | 6874 SCE:State College, PA, USA
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 24507 @Article{Freuder:1978:SCE,
|