Home
last modified time | relevance | path

Searched refs:Undefined (Results 1 – 25 of 48) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/test/Analysis/Lint/
H A Dcheck-zero-divide.ll24 ; 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 Dinvalid-armv7.txt9 # 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 Dinvalid-thumbv7.txt8 # 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 Dinvalid-thumb-MSR-MClass.txt5 # Undefined encodings for mrs
14 # Undefined encodings for msr
H A Dinvalid-thumbv7-xfail.txt5 # Undefined encodings for ldrexd/strexd
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A Dlint.ll67 ; 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 Dmips-got.test54 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 Dsymbols.test51 ELF-NEXT: Section: Undefined (0x0)
/minix3/external/bsd/llvm/dist/llvm/test/Object/
H A Dreadobj-elf-versioning.test36 ELF32: Section: Undefined (0x0)
44 ELF64: Section: Undefined (0x0)
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp430 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 DMultiplexExternalSemaSource.cpp203 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 DThreadSafetyOps.def18 TIL_OPCODE_DEF(Undefined)
H A DThreadSafetyTIL.h472 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 Dmisc-ps-ranges.m58 return v; // expected-warning{{Undefined or garbage value returned to caller}}
H A Duninit-vals-ps-region.m92 return s2->y; // expected-warning{{Undefined or garbage value returned to caller}}
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Darm-elf-symver.s132 @ CHECK-NEXT: Section: Undefined (0x0)
141 @ CHECK-NEXT: Section: Undefined (0x0)
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp43 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 Dneon-scalar-copy.ll104 ; 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 DExternalSemaSource.h80 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined);
H A DMultiplexExternalSemaSource.h227 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined) override;
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp19 char f(struct Undefined*);
H A Dwarn-unused-private-field.cpp11 class Undefined;
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp277 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 DInstCombineCompares.cpp278 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 DSanitizers.def81 SANITIZER_GROUP("undefined", Undefined,

12