Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/clang/test/Modules/
Dload_failure.c1 #ifdef NONEXISTENT