/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ubsan-strip-path-components.cpp | 1 // RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - | FileCheck %… 2 …-triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip-path-co… 3 …-triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip-path-co… 5 // Try to strip too much: 6 …_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip… 7 …%s -triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip-path… 10 … %s -triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip-pat… 11 … %s -triple=x86_64-linux-gnu -emit-llvm -fsanitize=unreachable -o - -fsanitize-undefined-strip-pat… 13 …AR: @[[SRC:[0-9.a-zA-Z_]+]] = private unnamed_addr constant [{{.*}} x i8] c"{{.*test(.|\\5C)C… 16 …OVE-FIRST-TWO: @[[STR:[0-9.a-zA-Z_]+]] = private unnamed_addr constant [{{.*}} x i8] c"{{(.:|/)([^… [all …]
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | fsinfo.py | 21 # Example string: '-j -q -i 8192 -b 4096'. There may be extra whitespaces. 24 for item in opt_string.split('-'): 25 item = item.strip() 28 opt_dict['-%s' % opt] = value 30 opt_dict['-%s' % item] = None 48 if '[defaults]' == line.strip(): 50 elif '[fs_types]' == line.strip(): 53 components = line.split('=', 1) 54 if len(components) == 2: 55 default_opt[components[0].strip()] = components[1].strip() [all …]
|
/aosp_15_r20/external/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 12 UBSan modifies the program at compile-time to catch various kinds of undefined 17 * Conversion to, from, or between floating-point types which would 20 See the full list of available :ref:`checks <ubsan-checks>` below. 22 UBSan has an optional run-time library which provides better error reporting. 33 Use ``clang++`` to compile and link your program with ``-fsanitize=undefined`` 38 .. code-block:: console 46 % clang++ -fsanitize=undefined test.cc 50 You can enable only a subset of :ref:`checks <ubsan-checks>` offered by UBSan, 55 * execute a trap instruction (doesn't require UBSan run-time support). 59 .. code-block:: console [all …]
|
/aosp_15_r20/development/scripts/ |
H A D | symbol.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 42 return ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/" + version_output.strip() 52 cmd = "build/soong/soong_ui.bash --dumpvar-mode --abs TARGET_OUT_UNSTRIPPED" 54 return str(stream.read().strip()) 149 """Return a fully-qualified path to the specified tool, or just the tool if it's on PATH """ 164 llvm_binutils_dir = ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/llvm-binutils-stable/"; 187 always non-empty, even if no information is available. 206 associated symbols and locations. The list is always non-empty. 211 always non-empty, even if no information is available. 245 """Fix up bizarre formatting of llvm-symbolizer output [all …]
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 8 //===----------------------------------------------------------------------===// 269 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 638 SmallVector<StringRef, 4> Components; in Triple() local 639 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple() 640 if (Components.size() > 0) { in Triple() 641 Arch = parseArch(Components[0]); in Triple() 642 SubArch = parseSubArch(Components[0]); in Triple() 643 if (Components.size() > 1) { in Triple() 644 Vendor = parseVendor(Components[1]); in Triple() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 300 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 552 // "xcoff" must come before "coff" because of the order-dependendent in parseFormat() 735 SmallVector<StringRef, 4> Components; in Triple() local 736 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple() 737 if (Components.size() > 0) { in Triple() 738 Arch = parseArch(Components[0]); in Triple() 739 SubArch = parseSubArch(Components[0]); in Triple() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 354 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 648 // "xcoff" must come before "coff" because of the order-dependendent in parseFormat() 894 SmallVector<StringRef, 4> Components; in Triple() local 895 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple() 896 if (Components.size() > 0) { in Triple() 897 Arch = parseArch(Components[0]); in Triple() 898 SubArch = parseSubArch(Components[0]); in Triple() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libexif.so | ... ISO studio tungsten Aperture Flash fired Flash fired, red-eye reduction mode Bottom-left Reversed mono Distance to ... |
/aosp_15_r20/prebuilts/vndk/v34/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libexif.so | ... ISO studio tungsten Aperture Flash fired Flash fired, red-eye reduction mode Bottom-left Reversed mono Distance to ... |
/aosp_15_r20/prebuilts/vndk/v33/x86/arch-x86/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v31/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v32/x86/arch-x86/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v33/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v31/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v31/x86/arch-x86/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v32/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v32/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v31/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v33/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v32/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v33/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libexif.so | ... d mm) Uncompressed Aperture priority Flash fired, red-eye reduction mode, return light not detected SShort Interoperability ... |
/aosp_15_r20/prebuilts/vndk/v34/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libexif.so | ... ISO studio tungsten Aperture Flash fired Flash fired, red-eye reduction mode Bottom-left Reversed mono Distance to ... |
/aosp_15_r20/prebuilts/vndk/v34/x86/arch-x86/shared/vndk-core/ |
D | libexif.so | ... ISO studio tungsten Aperture Flash fired Flash fired, red-eye reduction mode Bottom-left Reversed mono Distance to ... |
/aosp_15_r20/external/bazelbuild-rules_python/tools/ |
H A D | wheelmaker.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 40 """Escapes a filename segment per https://www.python.org/dev/peps/pep-0427/#escaping-and-unicode 52 See https://packaging.python.org/en/latest/specifications/name-normalization/ 54 return re.sub(r"[-_.]+", "-", name).lower() 60 …ttps://packaging.python.org/en/latest/specifications/binary-distribution-format/#escaping-and-unic… 62 return normalize_package_name(name).replace("-", "_") 73 original version string, sanitized to dot-separated alphanumerics, 78 append the original version string, sanitized to dot-separated 90 sanitized = re.sub(r"[^a-z0-9]+", ".", version.lower()).strip(".") 119 return f"{self._distribution_prefix}.dist-info/{basename}" [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/arch-x86/shared/vndk-core/ |
D | libexif.so | ... 100mm f/3.5 Macro AF Canon EF 75-300mm f/4-5.6 IS Canon EF |