Home
last modified time | relevance | path

Searched refs:NONEXISTENT (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Donly-section.test56 # RUN: | FileCheck %s --check-prefix=NONEXISTENT-SECTION
58 # NONEXISTENT-SECTION: Sections [
59 # NONEXISTENT-SECTION-NEXT: ]
60 # NONEXISTENT-SECTION-NEXT: Segment {
61 # NONEXISTENT-SECTION-NEXT: Cmd: LC_SEGMENT_64
62 # NONEXISTENT-SECTION-NEXT: Name:
63 # NONEXISTENT-SECTION-NEXT: Size: 72
64 # NONEXISTENT-SECTION-NEXT: vmaddr: 0x0
65 # NONEXISTENT-SECTION-NEXT: vmsize: 0x0
66 # NONEXISTENT-SECTION-NEXT: fileoff: 104
[all …]
/external/llvm/test/FileCheck/
Dmultiple-missing-prefixes.txt2 … | FileCheck -strict-whitespace -check-prefix=CHECK-NONEXISTENT-PREFIX -check-prefix=ALSO-NONEXIST…
3 …%s 2>&1 | FileCheck -strict-whitespace -check-prefixes=CHECK-NONEXISTENT-PREFIX,ALSO-NONEXISTENT %s
10 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:…
Dcheck-prefixes.txt2 …k -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s
9 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'
/external/llvm-project/llvm/test/FileCheck/
Dmultiple-missing-prefixes.txt2 … | FileCheck -strict-whitespace -check-prefix=CHECK-NONEXISTENT-PREFIX -check-prefix=ALSO-NONEXIST…
3 … 2>&1 | FileCheck -strict-whitespace -check-prefixes=CHECK-NONEXISTENT-PREFIX,ALSO-NONEXISTENT -al…
10 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:…
Dcheck-prefixes.txt5 // RUN: | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s
12 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'
/external/llvm-project/llvm/test/CodeGen/Generic/
Dllc-start-stop.ll26 …s -start-before=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-START-BEFORE
27 … %s -stop-before=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-STOP-BEFORE
28 … %s -start-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-START-AFTER
29 … < %s -stop-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-STOP-AFTER
30 ; NONEXISTENT-START-BEFORE: "nonexistent" pass is not registered.
31 ; NONEXISTENT-STOP-BEFORE: "nonexistent" pass is not registered.
32 ; NONEXISTENT-START-AFTER: "nonexistent" pass is not registered.
33 ; NONEXISTENT-STOP-AFTER: "nonexistent" pass is not registered.
/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp28 NONEXISTENT, // Image wasn't created enumerator
49 bool exists() const { return (imageStatus != NONEXISTENT); } in exists()
55 PresentImageStatus imageStatus = NONEXISTENT;
DVkSurfaceKHR.cpp104 imageStatus = NONEXISTENT; in clear()
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
Ddump-section.test6 …ot llvm-objcopy --dump-section=nonexistent=%t.sec %t 2>&1 | FileCheck --check-prefix=NONEXISTENT %s
13 # NONEXISTENT: section 'nonexistent' not found
/external/llvm-project/lld/test/MachO/
Dsyslibroot.test3 RUN: lld -flavor darwinnew -v -syslibroot /var/empty | FileCheck %s -check-prefix CHECK-NONEXISTENT
5 CHECK-NONEXISTENT-SYSLIBROOT: Library search paths:
6 CHECK-NONEXISTENT-SYSLIBROOT-NEXT: Framework search paths:
/external/clang/test/Modules/
Dload_failure.c1 #ifdef NONEXISTENT
/external/llvm-project/clang/test/Modules/
Dload_failure.c1 #ifdef NONEXISTENT