Searched refs:Empty (Results 26 - 50 of 99) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) argument
79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) argument
89 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } argument
H A DExprConcepts.h72 ConceptSpecializationExpr(EmptyShell Empty, unsigned NumTemplateArgs);
92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs);
494 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
504 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
H A DDeclFriend.h93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) argument
94 : Decl(Decl::Friend, Empty), UnsupportedFriend(false),
H A DASTTypeTraits.h59 /// Empty identifier. It matches nothing.
378 auto Empty = ASTNodeKind::DenseMapInfo::getEmptyKey(); local
380 return (ASTNodeKind::DenseMapInfo::isEqual(LHS.NodeKind, Empty) &&
381 ASTNodeKind::DenseMapInfo::isEqual(RHS.NodeKind, Empty)) ||
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFGDiff.h88 SmallVector<NodePtr, 1> Empty; member in class:llvm::GraphDiff
134 return make_range(Empty.begin(), Empty.end());
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h50 bool Empty() { return m_packet.empty(); } function in class:StringExtractor
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h140 static bool Empty();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, argument
36 return new (Mem) CXXTryStmt(Empty, numHandlers);
H A DStmt.cpp857 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) argument
858 : Stmt(IfStmtClass, Empty) {
969 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) argument
970 : Stmt(SwitchStmtClass, Empty) {
1029 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) argument
1030 : Stmt(WhileStmtClass, Empty) {
1088 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) argument
1089 : Stmt(ReturnStmtClass, Empty) {
1242 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) argument
1243 : Stmt(CapturedStmtClass, Empty), NumCapture
[all...]
H A DExpr.cpp302 ConstantExpr::ConstantExpr(ResultStorageKind StorageKind, EmptyShell Empty) argument
303 : FullExpr(ConstantExprClass, Empty) {
309 EmptyShell Empty) {
315 ConstantExpr *Self = new (Mem) ConstantExpr(StorageKind, Empty);
628 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) argument
629 : Expr(PredefinedExprClass, Empty) {
934 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { argument
935 return new (C) IntegerLiteral(Empty);
977 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) argument
978 : Expr(FloatingLiteralClass, Empty) {
307 CreateEmpty(const ASTContext &Context, ResultStorageKind StorageKind, EmptyShell Empty) argument
990 Create(const ASTContext &C, EmptyShell Empty) argument
1076 StringLiteral(EmptyShell Empty, unsigned NumConcatenated, unsigned Length, unsigned CharByteWidth) argument
1372 CallExpr(StmtClass SC, unsigned NumPreArgs, unsigned NumArgs, EmptyShell Empty) argument
1406 CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, EmptyShell Empty) argument
4497 ParenListExpr(EmptyShell Empty, unsigned NumExprs) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h164 enum class Kind { Empty, InMemory, TempFile }; member in class:clang::PrecompiledPreamble::PCHStorage::Kind
191 Kind StorageKind = Kind::Empty;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp185 llvm::SmallVector<char, 0> Empty; variable
186 getPCH() = std::move(Empty);
399 case PCHStorage::Kind::Empty:
530 assert(this->Storage.getKind() != PCHStorage::Kind::Empty);
607 case Kind::Empty:
652 case Kind::Empty:
665 StorageKind = Kind::Empty;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp99 !domain_str_summary.Empty()) {
H A DNSException.cpp112 !reason_str_summary.Empty()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp149 if (I.Type != ReplacementType::Empty)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h219 bool Empty; member in struct:llvm::DWARFDebugLine::Sequence
229 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp588 Empty, member in class:__anon3205::UnnamedDeclKind
598 return UnnamedDeclKind::Empty;
611 case UnnamedDeclKind::Empty:
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp107 if (class_types.Empty())
113 if (class_types.Empty()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp35 static CVSymbol Empty; local
36 return Empty;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h382 /// 5) Empty - No dependence is possible.
385 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceInfo::Constraint::ConstraintKind
393 /// isEmpty - Return true if the constraint is of kind Empty.
394 bool isEmpty() const { return Kind == Empty; }
447 /// setEmpty - Change a constraint to Empty.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h392 Empty, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
450 PDB_VariantType Type = PDB_VariantType::Empty;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp311 llvm::SmallVector<char, 0> Empty; variable
312 SerializedAST = std::move(Empty);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp97 static const MCPhysReg Empty[] = { 0 }; local
102 return Empty;
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp167 if (types.Empty())
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp77 bool TypeMap::Empty() const { return m_types.empty(); } function in class:TypeMap

Completed in 402 milliseconds

1234