Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp457 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) { in getUndefinedButUsed()
482 Undefined.push_back(std::make_pair(ND, I->second)); in getUndefinedButUsed()
488 std::sort(Undefined.begin(), Undefined.end(), in getUndefinedButUsed()
508 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in checkUndefinedButUsed() local
509 S.getUndefinedButUsed(Undefined); in checkUndefinedButUsed()
510 if (Undefined.empty()) return; in checkUndefinedButUsed()
513 I = Undefined.begin(), E = Undefined.end(); I != E; ++I) { in checkUndefinedButUsed()
1241 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed() argument
HDMultiplexExternalSemaSource.cpp211 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){ in ReadUndefinedButUsed() argument
213 Sources[i]->ReadUndefinedButUsed(Undefined); in ReadUndefinedButUsed()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDSanitizerArgs.cpp29 NeedsUbsanRt = Undefined | Integer | CFI,
34 SupportsCoverage = Address | Memory | Leak | Undefined | Integer | DataFlow,
35 RecoverableByDefault = Undefined | Integer,
37 LegacyFsanitizeRecoverMask = Undefined | Integer,
40 (Undefined & ~Vptr) | UnsignedIntegerOverflow | LocalBounds | CFI,
HDToolChain.cpp496 return (Undefined & ~Vptr & ~Function) | CFI | CFICastStrict | in getSupportedSanitizers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSanitizers.def98 SANITIZER_GROUP("undefined", Undefined,
106 SANITIZER_GROUP("undefined-trap", UndefinedTrap, Undefined)
/NextBSD/share/misc/
HDusb_hid_usages13 0x00 Undefined
86 0x00 Undefined
193 0x00 Undefined
455 0x00 Undefined
978 0x00 Undefined
1030 0x00 Undefined
1141 0x00 Undefined
1212 0x00 Undefined
1244 0x00 Undefined
1302 0x00 Undefined
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyOps.def18 TIL_OPCODE_DEF(Undefined)
HDThreadSafetyTIL.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()
HDThreadSafetyTraverse.h183 R_SExpr reduceUndefined(Undefined &Orig) { return true; } in reduceUndefined()
509 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined()
HDThreadSafetyCommon.h305 bool isInvalid() const { return sexpr() && isa<til::Undefined>(sexpr()); } in isInvalid()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafetyCommon.cpp268 return new (Arena) til::Undefined(S); in translate()
422 return new (Arena) til::Undefined(UO); in translateUnaryOperator()
459 return new (Arena) til::Undefined(UO); in translateUnaryOperator()
461 return new (Arena) til::Undefined(UO); in translateUnaryOperator()
509 return new (Arena) til::Undefined(BO); in translateBinaryOperator()
546 return new (Arena) til::Undefined(BO); in translateBinaryOperator()
/NextBSD/sys/boot/arm/at91/libat91/
HDarm_init.S53 B undefvec @; Undefined Instruction
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDExternalSemaSource.h81 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined);
HDMultiplexExternalSemaSource.h231 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined) override;
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp274 enum { Overdefined = -3, Undefined = -2 }; in FoldCmpLoadFromIndexedGlobal() enumerator
283 int FirstTrueElement = Undefined, SecondTrueElement = Undefined; in FoldCmpLoadFromIndexedGlobal()
287 int FirstFalseElement = Undefined, SecondFalseElement = Undefined; in FoldCmpLoadFromIndexedGlobal()
295 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in FoldCmpLoadFromIndexedGlobal()
340 if (FirstTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
344 if (SecondTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
357 if (FirstFalseElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
361 if (SecondFalseElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
406 if (FirstTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
412 if (SecondTrueElement == Undefined) in FoldCmpLoadFromIndexedGlobal()
[all …]
/NextBSD/contrib/tcsh/nls/C/
HDset129 26 Undefined variable
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp526 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in sortAndPrintSymbolList() local
527 if (!Undefined && UndefinedOnly) in sortAndPrintSymbolList()
529 if (Undefined && DefinedOnly) in sortAndPrintSymbolList()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbol.cpp487 ENUM_TO_CSTRING(Undefined); in GetTypeAsString()
/NextBSD/sys/mips/rmi/
HDmsgring_xls.cfg67 * Undefined buckets have a size of 0 and Tx stations have 0 credits to send to that bucket.
HDmsgring.cfg76 * Undefined buckets have a size of 0 and Tx stations have 0 credits to send to that bucket.
/NextBSD/crypto/heimdal/lib/wind/
HDrfc4518.txt44 True, False, or Undefined.
50 Undefined - it cannot be determined whether the attribute contains
200 Failure in any step causes the assertion to evaluate to Undefined.
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1777 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) override;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp4224 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteASTCore() local
4225 SemaRef.getUndefinedButUsed(Undefined); in WriteASTCore()
4227 I = Undefined.begin(), E = Undefined.end(); I != E; ++I) { in WriteASTCore()
/NextBSD/contrib/libpcap/
HDINSTALL.txt241 If linking tcpdump fails with "Undefined: _alloca" when using bison on
/NextBSD/contrib/binutils/binutils/po/
HDbinutils.pot2399 "Undefined symbols from %s:\n"
2433 "Undefined symbols from %s[%s]:\n"
5152 msgid "Undefined N_EXCL"

12