Searched defs:BT (Results 1 - 25 of 74) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec17.C7 struct BT { }; struct
10 struct BT< Foo<T1>, Foo<T2> > { static const int i = 1; }; struct
13 struct BT< T1, Foo<T2> > { static const int i = 2; }; struct
16 struct BT< Foo<T1>, T2 > { static const int i = 3; }; struct
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon841::FixedAddressChecker
H A DUndefinedArraySubscriptChecker.cpp27 mutable std::unique_ptr<BugType> BT; member in class:__anon931::UndefinedArraySubscriptChecker
H A DTaintTesterChecker.cpp26 std::unique_ptr<BugType> BT = member in class:__anon1030::TaintTesterChecker
H A DNSAutoreleasePoolChecker.cpp34 mutable std::unique_ptr<BugType> BT; member in class:__anon878::NSAutoreleasePoolChecker
H A DPointerSubChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon906::PointerSubChecker
H A DUndefBranchChecker.cpp30 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon1033::UndefBranchChecker
H A DUndefinedAssignmentChecker.cpp26 mutable std::unique_ptr<BugType> BT; member in class:__anon1036::UndefinedAssignmentChecker
H A DUndefCapturedBlockVarChecker.cpp30 mutable std::unique_ptr<BugType> BT; member in class:__anon1034::UndefCapturedBlockVarChecker
H A DArrayBoundChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon901::ArrayBoundChecker
H A DReturnPointerRangeChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon1015::ReturnPointerRangeChecker
H A DDivZeroChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon951::DivZeroChecker
H A DReturnUndefChecker.cpp80 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, argument
H A DMmapWriteExecChecker.cpp34 mutable std::unique_ptr<BugType> BT; member in class:__anon991::MmapWriteExecChecker
H A DDeleteWithNonVirtualDtorChecker.cpp39 mutable std::unique_ptr<BugType> BT; member in class:__anon832::DeleteWithNonVirtualDtorChecker
H A DCastSizeChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon864::CastSizeChecker
H A DConversionChecker.cpp45 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon930::ConversionChecker
H A DBoolAssignmentChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT; member in class:__anon912::BoolAssignmentChecker
H A DUndefResultChecker.cpp31 mutable std::unique_ptr<BugType> BT; member in class:__anon1035::UndefResultChecker
H A DDynamicTypeChecker.cpp33 mutable std::unique_ptr<BugType> BT; member in class:__anon836::DynamicTypeChecker
/openbsd-current/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp11 mutable std::unique_ptr<BugType> BT; member in class:__anon404::MainCallChecker
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp26 serialization::TypeIdxFromBuiltin(const BuiltinType *BT) { argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h45 RefCountBugKind BT; member in class:clang::ento::retaincountchecker::RefCountBug
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp435 const BuiltinType *BT = PT->getAs<BuiltinType>(); local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); local

Completed in 317 milliseconds

123