Home
last modified time | relevance | path

Searched refs:bogus1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/tools/llvm-objdump/
Dmalformed-archives.test6 # RUN: 2>&1 | FileCheck -check-prefix=bogus1 %s
8 # bogus1: Invalid data was encountered while parsing the file
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmalformed-archives.test6 # RUN: 2>&1 | FileCheck -check-prefix=bogus1 %s
8 # bogus1: libbogus1.a': truncated or malformed archive (characters in size field in archive header …
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll194 define i1 @parent8(i8* %a, i8* %bogus1, i8* %b) personality i8* bitcast (i32 (...)* @esfp to i8*){
195 ; CHECK-LABEL: @parent8(i8* nonnull %a, i8* nocapture readnone %bogus1, i8* nonnull %b)
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp1369 UnicodeString bogus1("Bogus comparison string \""); in compareArray() local
1371 errln(bogus1 + comparison + bogus2); in compareArray()