Home
last modified time | relevance | path

Searched defs:BT (Results 1 – 25 of 123) sorted by relevance

12345

/llvm-project/clang/test/SemaCXX/
H A Dns_returns_retained_block_return.cpp5 typedef void (^BT) (); typedef
/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp217 PrintAttributes(const Record * Builtin,BuiltinType BT,llvm::raw_ostream & OS) PrintAttributes() argument
245 EmitBuiltinDef(llvm::raw_ostream & OS,StringRef Substitution,const Record * Builtin,Twine Spelling,BuiltinType BT) EmitBuiltinDef() argument
328 BuiltinType BT = BuiltinType::Builtin; EmitBuiltin() local
[all...]
/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in __anonf1d9979e0111::MainCallChecker
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp26 const BugType BT{this, "Tainted data", "General"}; member in __anonddc141ad0111::TaintTesterChecker
H A DNSAutoreleasePoolChecker.cpp34 const BugType BT{this, "Use -drain instead of -release", member in __anona665e46b0111::NSAutoreleasePoolChecker
H A DUndefinedArraySubscriptChecker.cpp27 const BugType BT{this, "Array subscript is undefined"}; member in __anon4a4f2a260111::UndefinedArraySubscriptChecker
H A DFixedAddressChecker.cpp27 const BugType BT{this, "Use fixed address"}; member in __anonfece270c0111::FixedAddressChecker
H A DPutenvStackArrayChecker.cpp31 BugType BT{this, "'putenv' called with stack-allocated string", member in __anone241784d0111::PutenvStackArrayChecker
H A DCXXDeleteChecker.cpp69 const BugType BT{ member in __anon44eade3c0111::DeleteWithNonVirtualDtorChecker
79 const BugType BT{this, member in __anon44eade3c0111::CXXArrayDeleteChecker
H A DCallAndMessageChecker.cpp135 void CallAndMessageChecker::emitBadCall(BugType *BT, CheckerContext &C, in emitBadCall()
188 std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl, const char *BD, in uninitRefOrPointer()
285 std::unique_ptr<BugType> &BT, in PreVisitProcessArg()
521 std::unique_ptr<BugType> *BT; in checkArgInitializedness() local
583 BugType *BT = nullptr; in checkPreObjCMessage() local
H A DArrayBoundChecker.cpp28 const BugType BT{this, "Out-of-bound array access"}; member in __anon19c54ded0111::ArrayBoundChecker
H A DUndefinedNewArraySizeChecker.cpp28 BugType BT{this, "Undefined array element count in new[]", member in __anonb807b64c0111::UndefinedNewArraySizeChecker
H A DUndefinedAssignmentChecker.cpp26 const BugType BT{this, "Assigned value is garbage or undefined"}; member in __anon945f69610111::UndefinedAssignmentChecker
H A DMmapWriteExecChecker.cpp35 const BugType BT{this, "W^X check fails, Write Exec prot flags set", global() member in __anon0875cb510111::MmapWriteExecChecker
H A DReturnPointerRangeChecker.cpp31 const BugType BT{this, "Buffer overflow"}; member in __anon460defe40111::ReturnPointerRangeChecker
H A DUndefCapturedBlockVarChecker.cpp30 const BugType BT{this, "uninitialized variable captured by block"}; member in __anon2f2dd2140111::UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp31 const BugType BT{this, "Result of operation is garbage or undefined"}; member in __anond77b59c70111::UndefResultChecker
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFormatStringConverter.cpp36 if (const auto *BT = llvm::dyn_cast<BuiltinType>(DesugaredType)) isRealCharType() local
49 if (const auto *BT = llvm::dyn_cast<BuiltinType>(UQT)) { getCorrespondingSignedTypeName() local
101 if (const auto *BT = llvm::dyn_cast<BuiltinType>(UQT)) { getCorrespondingUnsignedTypeName() local
158 if (const auto *BT = llvm::dyn_cast<BuiltinType>(ArgType)) { isMatchingSignedness() local
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-guide.cpp63 using BT = decltype(b); typedef
64 using BT = B<char, 'x'>; typedef
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() argument
922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() argument
936 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue() argument
948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, in argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp79 auto Encoding = dwarf::AttributeEncodingString(BT->getEncoding()); in printModuleDebugInfo() local
/llvm-project/clang/lib/AST/
H A DFormatString.cpp362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType() local
414 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType() local
528 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) matchesType() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp169 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) in isPromotableTypeForABI() local
385 const BuiltinType *BT = EltType->getAs<BuiltinType>(); getParamTypeAlignment() local
646 const BuiltinType *BT = T->getAs<BuiltinType>(); computeInfo() local
714 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) isPromotableTypeForABI() local
758 const BuiltinType *BT = EltType->getAs<BuiltinType>(); getParamTypeAlignment() local
790 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) { isHomogeneousAggregateBaseType() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp171 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local
182 const MachineOperand &BT = SecondMI.getOperand(0); in checkOpConstraints() local

12345