| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/Lint/ |
| H A D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Disassembler/ARM/ |
| H A D | invalid-armv7.txt | 9 # Undefined encodings for bfi 24 # Undefined encodings for cdp2 33 # Undefined encodings for cps* 69 # Undefined encoding space for hint instructions 78 # Undefined encodings for ldc 95 # Undefined encodings for ldm 113 # Undefined encodings for ldr 152 # Undefined encodings for mcr 169 # Undefined encodings for mov/lsl 228 # Undefined encodings for mrrc2 [all …]
|
| H A D | invalid-thumbv7.txt | 8 # Undefined encoding for b.cc 25 # Undefined encoding for it 42 # Undefined encoding for ldm 52 # Undefined encoding for ldrd 72 # Undefined encodings for ldrbt 88 # Undefined encodings for ldrsh 130 # Undefined encoding for push 140 # Undefined encoding for stmia 156 # Undefined encodings for str 232 # Undefined encodings for strd [all …]
|
| H A D | invalid-thumb-MSR-MClass.txt | 5 # Undefined encodings for mrs 14 # Undefined encodings for msr
|
| H A D | invalid-thumbv7-xfail.txt | 5 # Undefined encodings for ldrexd/strexd
|
| /minix3/external/bsd/llvm/dist/llvm/test/Other/ |
| H A D | lint.ll | 67 ; CHECK: Undefined behavior: Null pointer dereference 69 ; CHECK: Undefined behavior: Null pointer dereference 83 ; CHECK: Undefined behavior: Buffer overflow 86 ; CHECK: Undefined behavior: Buffer overflow 90 ; CHECK: Undefined behavior: Buffer overflow 104 ; CHECK-NOT: Undefined behavior: Buffer overflow 125 ; CHECK: Undefined behavior: Branch to non-blockaddress 132 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca 168 ; CHECK: Undefined behavior: Undef pointer dereference 186 ; CHECK: Undefined behavior: indirectbr with no destinations
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/ |
| H A D | mips-got.test | 54 GOT-EXE-NEXT: Section: Undefined (0x0) 126 GOT-SO-NEXT: Section: Undefined (0x0) 135 GOT-SO-NEXT: Section: Undefined (0x0) 144 GOT-SO-NEXT: Section: Undefined (0x0) 153 GOT-SO-NEXT: Section: Undefined (0x0) 162 GOT-SO-NEXT: Section: Undefined (0x0) 171 GOT-SO-NEXT: Section: Undefined (0x0) 258 GOT-TLS-NEXT: Section: Undefined (0x0) 267 GOT-TLS-NEXT: Section: Undefined (0x0) 276 GOT-TLS-NEXT: Section: Undefined (0x0) [all …]
|
| H A D | symbols.test | 51 ELF-NEXT: Section: Undefined (0x0)
|
| /minix3/external/bsd/llvm/dist/llvm/test/Object/ |
| H A D | readobj-elf-versioning.test | 36 ELF32: Section: Undefined (0x0) 44 ELF64: Section: Undefined (0x0)
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | Sema.cpp | 430 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) { in getUndefinedButUsed() 455 Undefined.push_back(std::make_pair(ND, I->second)); in getUndefinedButUsed() 461 std::sort(Undefined.begin(), Undefined.end(), in getUndefinedButUsed() 481 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in checkUndefinedButUsed() local 482 S.getUndefinedButUsed(Undefined); in checkUndefinedButUsed() 483 if (Undefined.empty()) return; in checkUndefinedButUsed() 486 I = Undefined.begin(), E = Undefined.end(); I != E; ++I) { in checkUndefinedButUsed() 1230 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed() argument
|
| H A D | MultiplexExternalSemaSource.cpp | 203 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){ in ReadUndefinedButUsed() argument 205 Sources[i]->ReadUndefinedButUsed(Undefined); in ReadUndefinedButUsed()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 18 TIL_OPCODE_DEF(Undefined)
|
| H A D | ThreadSafetyTIL.h | 472 class Undefined : public SExpr { 476 Undefined(const clang::Stmt *S = nullptr) : SExpr(COP_Undefined), Cstmt(S) {} in SExpr() 477 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function 485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | misc-ps-ranges.m | 58 return v; // expected-warning{{Undefined or garbage value returned to caller}}
|
| H A D | uninit-vals-ps-region.m | 92 return s2->y; // expected-warning{{Undefined or garbage value returned to caller}}
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | arm-elf-symver.s | 132 @ CHECK-NEXT: Section: Undefined (0x0) 141 @ CHECK-NEXT: Section: Undefined (0x0)
|
| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 43 NeedsUbsanRt = Undefined | Integer, 47 SupportsCoverage = Address | Memory | Leak | Undefined | Integer, 48 RecoverableByDefault = Undefined | Integer, 50 LegacyFsanitizeRecoverMask = Undefined | Integer
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | neon-scalar-copy.ll | 104 ; Undefined behaviour, so we really don't care what actually gets emitted, just 113 ; Undefined behaviour, so we really don't care what actually gets emitted, just
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 80 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined);
|
| H A D | MultiplexExternalSemaSource.h | 227 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined) override;
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | warn-bool-conversion.cpp | 19 char f(struct Undefined*);
|
| H A D | warn-unused-private-field.cpp | 11 class Undefined;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 277 return new (Arena) til::Undefined(S); in translate() 433 return new (Arena) til::Undefined(UO); in translateUnaryOperator() 470 return new (Arena) til::Undefined(UO); in translateUnaryOperator() 472 return new (Arena) til::Undefined(UO); in translateUnaryOperator() 520 return new (Arena) til::Undefined(BO); in translateBinaryOperator() 557 return new (Arena) til::Undefined(BO); in translateBinaryOperator()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 278 enum { Overdefined = -3, Undefined = -2 }; in FoldCmpLoadFromIndexedGlobal() enumerator 287 int FirstTrueElement = Undefined, SecondTrueElement = Undefined; in FoldCmpLoadFromIndexedGlobal() 291 int FirstFalseElement = Undefined, SecondFalseElement = Undefined; in FoldCmpLoadFromIndexedGlobal() 299 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in FoldCmpLoadFromIndexedGlobal() 345 if (FirstTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal() 349 if (SecondTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal() 362 if (FirstFalseElement == Undefined) in FoldCmpLoadFromIndexedGlobal() 366 if (SecondFalseElement == Undefined) in FoldCmpLoadFromIndexedGlobal() 411 if (FirstTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal() 417 if (SecondTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 81 SANITIZER_GROUP("undefined", Undefined,
|