Searched refs:classify (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp298 void classify(const Expr *E, Class C);
340 void ClassifyRefs::classify(const Expr *E, Class C) { function in class:ClassifyRefs
344 classify(CO->getTrueExpr(), C);
345 classify(CO->getFalseExpr(), C);
350 classify(BCO->getFalseExpr(), C);
355 classify(OVE->getSourceExpr(), C);
362 classify(ME->getBase(), C);
371 classify(BO->getLHS(), C);
374 classify(BO->getRHS(), C);
402 classify(B
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Dintern.h61 classify, /* classify double: dbl -> int */ enumerator in enum:__anon38
62 classifyf, /* classify float: flt -> int */
H A Dmain.c58 case classify:
H A Ddotest.c585 {"isfinite", (funcptr)test_isfinite, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
587 {"isinf", (funcptr)test_isinf, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
589 {"isnan", (funcptr)test_isnan, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
591 {"isnormal", (funcptr)test_isnormal, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
593 {"signbit", (funcptr)test_signbit, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
595 {"fpclassify", (funcptr)test_fpclassify, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
1529 case classify:
1654 case classify:
1826 case classify:
2080 case classify
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp135 std::optional<PrimType> Context::classify(QualType T) const { function in class:Context
186 return classify(AT->getValueType());
189 return classify(DT->getUnderlyingType());
192 return classify(DT->getPointeeType());
H A DByteCodeExprGen.cpp128 std::optional<PrimType> FromT = classify(SubExpr->getType());
145 std::optional<PrimType> ToT = classify(CE->getType());
200 std::optional<PrimType> FromT = classify(SubExpr->getType());
201 std::optional<PrimType> ToT = classify(CE->getType());
363 std::optional<PrimType> LT = classify(LHS->getType());
364 std::optional<PrimType> RT = classify(RHS->getType());
365 std::optional<PrimType> T = classify(BO->getType());
499 std::optional<PrimType> LT = classify(LHS);
500 std::optional<PrimType> RT = classify(RHS);
543 std::optional<PrimType> T = classify(
[all...]
H A DInterpBuiltin.cpp452 PrimType FPClassArgT = *S.getContext().classify(Call->getArg(1)->getType());
458 static_cast<int32_t>((F.classify() & FPClassArg).getZExtValue());
515 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
524 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
533 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
543 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
574 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
589 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType());
590 assert(ArgT == *S.getContext().classify(Call->getArg(1)->getType()));
610 PrimType ArgT = *S.getContext().classify(Cal
[all...]
H A DContext.h74 std::optional<PrimType> classify(QualType T) const;
H A DProgram.cpp193 if (auto T = Ctx.classify(Ty)) {
294 if (std::optional<PrimType> T = Ctx.classify(FT)) {
330 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) {
357 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) {
380 PrimType ElemTy = *Ctx.classify(CT->getElementType());
H A DPointer.cpp247 if (std::optional<PrimType> T = Ctx.classify(Ty)) {
268 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) {
290 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) {
328 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) {
340 std::optional<PrimType> ElemT = Ctx.classify(ElemTy);
H A DByteCodeExprGen.h132 std::optional<PrimType> classify(const Expr *E) const { function in class:clang::interp::ByteCodeExprGen
139 return classify(E->getType());
141 std::optional<PrimType> classify(QualType Ty) const { function in class:clang::interp::ByteCodeExprGen
142 return Ctx.classify(Ty);
147 if (auto T = classify(Ty)) {
290 return this->classify(ElemType);
H A DByteCodeEmitter.cpp35 if (!Ty->isVoidType() && !Ctx.classify(Ty)) {
80 std::optional<PrimType> T = Ctx.classify(PD->getType());
H A DFloating.h101 llvm::FPClassTest classify() const { return F.classify(); } function in class:clang::interp::final
H A DByteCodeStmtGen.cpp124 PrimType ParamType = this->classify(PVD->getType()).value_or(PT_Ptr);
143 ReturnType = this->classify(F->getReturnType());
147 if (std::optional<PrimType> T = this->classify(InitExpr)) {
H A DInterpFrame.cpp176 PrimType PrimTy = S.Ctx.classify(Ty).value_or(PT_Ptr);
H A DInterp.cpp144 PrimType Ty = S.getContext().classify(Arg->getType()).value_or(PT_Ptr);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h216 boolean_t classify; member in struct:differ_info
H A Dlibzfs_diff.c209 if (di->classify)
232 if (di->classify)
252 if (di->classify)
771 di.classify = (flags & ZFS_DIFF_CLASSIFY);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp207 assert(Record::classify(*It) == Record::Func);
210 while (It != End && Record::classify(*It) == Record::Inline)
246 assert(Record::classify(*It) == Record::Func);
313 while (It != End && Record::classify(*It) == Record::Inline) {
858 assert(Record::classify(*It) == Record::Func);
861 if (Record::classify(*It) == Record::Inline)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp152 std::optional<Record::Kind> next_section = Record::classify(line);
H A DBreakpadRecords.h40 static std::optional<Kind> classify(llvm::StringRef Line);
H A DBreakpadRecords.cpp132 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { function in class:Record
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp149 Class classify(QualType Ty) const;
630 X86_32ABIInfo::Class X86_32ABIInfo::classify(QualType Ty) const { function in class:X86_32ABIInfo
645 Class C = classify(Ty);
1238 /// classify - Determine the x86_64 register classes in which the
1264 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
1313 /// classify it as INTEGER (for compatibility with older clang compilers).
1396 ABIArgInfo classify(QualType Ty, unsigned &FreeSSERegs, bool IsReturnType,
1777 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, Class &Lo, function in class:X86_64ABIInfo
1828 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg);
1840 // If Has64BitPointers, this is an {i64, i64}, so classify bot
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1320 FPClassTest classify() const;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp43 /// in a switch statement to classify how the interaction of two APFloat's
5183 FPClassTest APFloat::classify() const {

Completed in 370 milliseconds

12