/third_party/typescript/tests/baselines/reference/ |
H A D | enumMapBackIntoItself.js | 5 Large 7 var mySize = TShirtSize.Large; 17 TShirtSize[TShirtSize["Large"] = 2] = "Large";
19 var mySize = TShirtSize.Large;
|
H A D | deeplyNestedAssignabilityIssue.js | 6 interface Large { 19 const x: Large = {
|
/third_party/benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 26 struct Large { struct 48 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue() 74 Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_lvalue() 118 const Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_const_lvalue()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | SignedIntOverflowTest.cpp | 13 static int Large = INT_MAX; variable 22 Large++; // int overflow. in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 37 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | twoway.rs | 120 Shift::Large { shift } => { 290 Shift::Large { shift } => { 388 shift: Shift::Large { shift: 0 }, in empty() 426 Large { shift: usize }, 443 return Shift::Large { shift: large }; in forward() 448 return Shift::Large { shift: large }; in forward() 466 return Shift::Large { shift: large }; in reverse() 471 return Shift::Large { shift: large }; in reverse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 87 case CodeModel::Large: in classifyLocalReference() 125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 157 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_ext_unittest.cc | 40 HWTEST(EmptyCase, test1, Platform.Qcom | TestSize.Large, req1) { ; } in HWTEST() 48 HWTEST_F(EmptyCase_F, test1, Platform.Qcom | TestSize.Large, req2) { ; } in HWTEST_F() 93 exp_flags_map.insert(pair<const char*, int>("EmptyCase.test1", Platform.Qcom | TestSize.Large)); in TEST() 95 exp_flags_map.insert(pair<const char*, int>("EmptyCase_F.test1", Platform.Qcom | TestSize.Large)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 216 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 248 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
H A D | AArch64TargetMachine.cpp | 238 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 256 return CodeModel::Large; in getEffectiveAArch64CodeModel() 303 // MachO/CodeModel::Large, which GlobalISel does not support. in AArch64TargetMachine() 306 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.cpp | 37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 38 report_fatal_error("Target only supports CodeModel Small or Large"); in getEffectiveXCoreCodeModel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 236 // Large code model always uses the TOC even for local symbols. in isGVIndirectSymbol() 237 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
|
H A D | PPCAsmPrinter.cpp | 764 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in EmitInstruction() 794 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in EmitInstruction() 844 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in EmitInstruction() 887 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in EmitInstruction() 1388 // In the Large code model, we allow arbitrary displacements between in EmitFunctionEntryLabel() 1392 if (TM.getCodeModel() == CodeModel::Large in EmitFunctionEntryLabel() 1486 // For the Large code model, we create in EmitFunctionBodyStart() 1514 if (TM.getCodeModel() != CodeModel::Large) { in EmitFunctionBodyStart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 300 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() argument 308 if (PositionIndependent && !Large) in initELFMCObjectFileInfo() 319 (Large ? dwarf::DW_EH_PE_sdata8 : dwarf::DW_EH_PE_sdata4); in initELFMCObjectFileInfo()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
H A D | deaddrop.js | 97 c1.innerHTML = "Too Large";
|
/third_party/libwebsockets/plugins/deaddrop/assets/ |
H A D | deaddrop.js | 97 c1.innerHTML = "Too Large";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 68 // abs64 Static Large text smaller than 2^31 bytes 85 return CodeModel::Large; in getEffectiveSparcCodeModel()
|
H A D | SparcAsmPrinter.cpp | 204 case CodeModel::Large: { in LowerGETPCXAndEmitMCInsts()
|
/third_party/spirv-tools/test/diff/ |
H A D | lcs_test.cpp | 223 TEST(LCSTest, Large) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 411 void initELFMCObjectFileInfo(const Triple &T, bool Large);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 46 TM.getCodeModel() == CodeModel::Large); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 115 getEffectiveCodeModel(CM, CodeModel::Large), OL), in WebAssemblyTargetMachine()
|
/third_party/ltp/testscripts/ |
H A D | ltp-aiodio.sh | 52 - A Large file should be passed to fully stress the test. You must pass at least one filesystem to test, you can pass any combination
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_misc.cpp | 504 * Large programs, e.g. gnome-shell and firefox, may tax the addressability in lp_build_create_jit_compiler_for_module() 508 * The cost of changing from Medium to Large is negligible: in lp_build_create_jit_compiler_for_module() 512 builder.setCodeModel(CodeModel::Large); in lp_build_create_jit_compiler_for_module()
|