Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2318 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2356 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2375 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2406 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2410 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2414 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2426 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2435 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2443 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2496 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
[all …]
H A DPCHContainerOperations.cpp47 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
48 Buffer->Data = std::move(Empty); in HandleTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() argument
33 Stmt(ObjCForCollectionStmtClass, Empty) { } in ObjCForCollectionStmt()
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { } in ObjCAtCatchStmt()
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() argument
130 Stmt(ObjCAtFinallyStmtClass, Empty) { } in ObjCAtFinallyStmt()
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() argument
277 Stmt(ObjCAtSynchronizedStmtClass, Empty) { } in ObjCAtSynchronizedStmt()
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() argument
323 Stmt(ObjCAtThrowStmtClass, Empty) { } in ObjCAtThrowStmt()
[all …]
H A DExprCXX.h781 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {} in MSPropertyRefExpr() argument
989 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() argument
1035 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() argument
1092 CXXDefaultArgExpr(EmptyShell Empty) : Expr(CXXDefaultArgExprClass, Empty) {} in CXXDefaultArgExpr() argument
1147 CXXDefaultInitExpr(EmptyShell Empty) : Expr(CXXDefaultInitExprClass, Empty) {} in CXXDefaultInitExpr() argument
2447 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() argument
3737 CXXNoexceptExpr(EmptyShell Empty) : Expr(CXXNoexceptExprClass, Empty) {} in CXXNoexceptExpr() argument
3798 PackExpansionExpr(EmptyShell Empty) : Expr(PackExpansionExprClass, Empty) {} in PackExpansionExpr() argument
4289 CXXFoldExpr(EmptyShell Empty) : Expr(CXXFoldExprClass, Empty) {} in CXXFoldExpr() argument
4374 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr() argument
[all …]
H A DExprObjC.h60 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() argument
61 : Expr(ObjCStringLiteralClass, Empty) {} in ObjCStringLiteral()
91 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() argument
92 : Expr(ObjCBoolLiteralExprClass, Empty) {} in ObjCBoolLiteralExpr()
132 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() argument
133 : Expr(ObjCBoxedExprClass, Empty) {} in ObjCBoxedExpr()
400 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
439 explicit ObjCSelectorExpr(EmptyShell Empty)
540 explicit ObjCIvarRefExpr(EmptyShell Empty)
541 : Expr(ObjCIvarRefExprClass, Empty) {}
[all …]
H A DExpr.h888 : Expr(SC, Empty) {} in FullExpr()
1081 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() argument
1416 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() argument
3041 : Expr(SC, Empty) { in CastExpr()
3498 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() argument
3820 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() argument
4006 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() argument
4073 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() argument
5194 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() argument
5238 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() argument
[all …]
H A DStmt.h1152 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() argument
1219 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() argument
1250 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() argument
1605 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) {} in LabelStmt() argument
2201 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() argument
2248 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt() argument
2315 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() argument
2417 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() argument
2548 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : Stmt(SC, Empty) {} in AsmStmt() argument
2694 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty) {} in GCCAsmStmt() argument
[all …]
H A DStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() argument
76 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() argument
86 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
143 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() argument
H A DDeclFriend.h94 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl() argument
95 : Decl(Decl::Friend, Empty), UnsupportedFriend(false), in FriendDecl()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h39 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} in LiveMapType()
42 return Map.emplace(B, Empty).first->second;
46 RegisterAggr Empty;
57 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {} in Liveness()
89 return F == RealUseMap.end() ? Empty : F->second; in getRealUses()
107 const RefMap Empty; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp170 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() argument
172 : Expr(CXXNewExprClass, Empty) { in CXXNewExpr()
440 : Expr(SC, Empty) { in OverloadExpr()
579 return new (Mem) CXXOperatorCallExpr(NumArgs, Empty); in CreateEmpty()
637 return new (Mem) CXXMemberCallExpr(NumArgs, Empty); in CreateEmpty()
870 return new (Mem) UserDefinedLiteral(NumArgs, Empty); in CreateEmpty()
1044 : Expr(SC, Empty), NumArgs(NumArgs) {} in CXXConstructExpr()
1341 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr() argument
1343 : Expr(CXXDependentScopeMemberExprClass, Empty) { in CXXDependentScopeMemberExpr()
1636 Empty) {} in CUDAKernelCallExpr()
[all …]
H A DStmt.cpp834 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt() argument
835 : Stmt(IfStmtClass, Empty) { in IfStmt()
940 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() argument
941 : Stmt(SwitchStmtClass, Empty) { in SwitchStmt()
1000 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() argument
1001 : Stmt(WhileStmtClass, Empty) { in WhileStmt()
1059 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() argument
1060 : Stmt(ReturnStmtClass, Empty) { in ReturnStmt()
1213 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt() argument
1214 : Stmt(CapturedStmtClass, Empty), NumCaptures(NumCaptures), in CapturedStmt()
H A DStmtCXX.cpp33 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() argument
37 return new (Mem) CXXTryStmt(Empty, numHandlers); in Create()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h150 static codeview::LocallyHashedType Empty;
153 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
170 static codeview::GloballyHashedType Empty;
173 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp73 DebugLoc Empty; in checkingIllegalXADD() local
75 if (DL != Empty) in checkingIllegalXADD()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSignals.cpp54 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator
71 RunMe.Flag.store(CallbackAndCookie::Status::Empty); in RunSignalHandlers()
80 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatVariadic.h45 enum class ReplacementType { Empty, Format, Literal }; enumerator
56 ReplacementType Type = ReplacementType::Empty;
108 if (R.Type == ReplacementType::Empty) in format()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseSet.h189 detail::DenseSetEmpty Empty; in insert() local
190 return TheMap.try_emplace(V, Empty); in insert()
194 detail::DenseSetEmpty Empty; in insert() local
195 return TheMap.try_emplace(std::move(V), Empty); in insert()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp182 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
183 getPCH() = std::move(Empty); in HandleTranslationUnit()
392 case PCHStorage::Kind::Empty: in getSize()
509 assert(this->Storage.getKind() != PCHStorage::Kind::Empty); in PrecompiledPreamble()
597 case Kind::Empty: in operator =()
642 case Kind::Empty: in destroy()
655 StorageKind = Kind::Empty; in setEmpty()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCFGDiff.h89 SmallVector<NodePtr, 1> Empty; variable
135 return make_range(Empty.begin(), Empty.end()); in getAddedChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp112 !name_str_summary.Empty() && !reason_str_summary.Empty()) { in NSException_SummaryProvider()
/freebsd-12.1/contrib/libucl/tests/basic/
H A D8.in15 /* Empty */
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h173 enum class Kind { Empty, InMemory, TempFile }; enumerator
200 Kind StorageKind = Kind::Empty;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStreamString.h36 bool Empty() const;

123456