Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2669 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2718 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2737 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2768 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2772 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2776 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2788 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2797 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2805 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
2868 S = new (Context) ParenExpr(Empty); in ReadStmtFromStream()
[all …]
H A DPCHContainerOperations.cpp46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
47 Buffer->Data = std::move(Empty); in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() argument
32 Stmt(ObjCForCollectionStmtClass, Empty) { } in ObjCForCollectionStmt()
90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() argument
91 Stmt(ObjCAtCatchStmtClass, Empty) { } in ObjCAtCatchStmt()
136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() argument
137 Stmt(ObjCAtFinallyStmtClass, Empty) { } in ObjCAtFinallyStmt()
291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() argument
292 Stmt(ObjCAtSynchronizedStmtClass, Empty) { } in ObjCAtSynchronizedStmt()
341 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() argument
342 Stmt(ObjCAtThrowStmtClass, Empty) { } in ObjCAtThrowStmt()
[all …]
H A DExprCXX.h942 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {} in MSPropertyRefExpr() argument
1151 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() argument
1199 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() argument
1264 CXXDefaultArgExpr(EmptyShell Empty) : Expr(CXXDefaultArgExprClass, Empty) {} in CXXDefaultArgExpr() argument
1331 CXXDefaultInitExpr(EmptyShell Empty) : Expr(CXXDefaultInitExprClass, Empty) {} in CXXDefaultInitExpr() argument
2682 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() argument
4012 CXXNoexceptExpr(EmptyShell Empty) : Expr(CXXNoexceptExprClass, Empty) {} in CXXNoexceptExpr() argument
4077 PackExpansionExpr(EmptyShell Empty) : Expr(PackExpansionExprClass, Empty) {} in PackExpansionExpr() argument
4603 CXXFoldExpr(EmptyShell Empty) : Expr(CXXFoldExprClass, Empty) {} in CXXFoldExpr() argument
4715 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr() argument
[all …]
H A DExprObjC.h62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() argument
63 : Expr(ObjCStringLiteralClass, Empty) {} in ObjCStringLiteral()
98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() argument
99 : Expr(ObjCBoolLiteralExprClass, Empty) {} in ObjCBoolLiteralExpr()
141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() argument
142 : Expr(ObjCBoxedExprClass, Empty) {} in ObjCBoxedExpr()
421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() argument
465 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() argument
573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() argument
574 : Expr(ObjCIvarRefExprClass, Empty) {} in ObjCIvarRefExpr()
[all …]
H A DExpr.h1002 : Expr(SC, Empty) {} in FullExpr()
1250 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() argument
1595 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() argument
4026 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() argument
4353 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() argument
4532 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() argument
4599 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() argument
4682 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} in SourceLocExpr() argument
5968 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() argument
6026 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() argument
[all …]
H A DStmt.h1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() argument
1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() argument
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() argument
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() argument
2465 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() argument
2516 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt() argument
2587 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() argument
2701 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() argument
2842 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : Stmt(SC, Empty) {} in AsmStmt() argument
2994 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty) {} in GCCAsmStmt() argument
[all …]
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() argument
79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() argument
89 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() argument
H A DExprConcepts.h72 ConceptSpecializationExpr(EmptyShell Empty, unsigned NumTemplateArgs);
92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs);
499 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
509 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp28 bool Empty = Options.empty(); in format() local
31 OS << (Empty ? "no" : "-"); in format()
34 OS << (Empty ? "yes" : Options); in format()
37 OS << (Empty ? "don't know" : "?"); in format()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr() argument
61 : Expr(ConceptSpecializationExprClass, Empty), ConceptReference(), in ConceptSpecializationExpr()
128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() argument
132 return new (Buffer) ConceptSpecializationExpr(Empty, NumTemplateArgs); in Create()
187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() argument
190 : Expr(RequiresExprClass, Empty), NumLocalParameters(NumLocalParameters), in RequiresExpr()
208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() argument
214 return new (Mem) RequiresExpr(C, Empty, NumLocalParameters, NumRequirements); in Create()
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() argument
236 : Expr(CXXNewExprClass, Empty) { in CXXNewExpr()
453 : Expr(SC, Empty) { in OverloadExpr()
555 HasFPFeatures, Empty) {} in CXXOperatorCallExpr()
618 EmptyShell Empty) in CXXMemberCallExpr() argument
620 Empty) {} in CXXMemberCallExpr()
888 HasFPFeatures, Empty) {} in UserDefinedLiteral()
1083 : Expr(SC, Empty), NumArgs(NumArgs) {} in CXXConstructExpr()
1155 : Expr(LambdaExprClass, Empty) { in LambdaExpr()
1395 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr() argument
[all …]
H A DStmtCXX.cpp32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() argument
36 return new (Mem) CXXTryStmt(Empty, numHandlers); in Create()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h64 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {}
67 return Map.emplace(B, Empty).first->second;
71 RegisterAggr Empty;
81 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {}
113 return F == RealUseMap.end() ? Empty : F->second;
131 const RefMap Empty;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h181 static codeview::LocallyHashedType Empty;
184 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
201 static codeview::GloballyHashedType Empty;
204 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h34 const bool Empty; variable
42 bool isEmpty() const { return Empty; } in isEmpty()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h45 enum class ReplacementType { Empty, Format, Literal }; enumerator
56 ReplacementType Type = ReplacementType::Empty;
86 if (R.Type == ReplacementType::Empty) in format()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
25 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp82 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator
99 RunMe.Flag.store(CallbackAndCookie::Status::Empty); in RunSignalHandlers()
108 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h207 detail::DenseSetEmpty Empty; in insert() local
208 return TheMap.try_emplace(V, Empty); in insert()
212 detail::DenseSetEmpty Empty; in insert() local
213 return TheMap.try_emplace(std::move(V), Empty); in insert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty()
283 KindAndDocument KindAndDocs[size_t(Type::Empty) + 1];
291 for (unsigned T = 0; T != unsigned(Type::Empty) + 1; ++T) in Document()
303 auto N = DocNode(&KindAndDocs[size_t(Type::Empty)]); in getEmptyNode()
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Darm,pl172.txt23 - clock-ranges: Empty property indicating that child nodes can inherit
37 - ranges: Empty property indicating that child nodes can inherit
40 - clock-ranges: Empty property indicating that child nodes can inherit
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp164 DebugLoc Empty; in processAtomicInsts() local
166 if (DL != Empty) in processAtomicInsts()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp257 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
258 getPCH() = std::move(Empty); in HandleTranslationUnit()
476 case PCHStorage::Kind::Empty: in getSize()
629 assert(this->Storage.getKind() != PCHStorage::Kind::Empty); in PrecompiledPreamble()
706 case Kind::Empty: in operator =()
751 case Kind::Empty: in destroy()
764 StorageKind = Kind::Empty; in setEmpty()
/freebsd-13.1/contrib/libucl/tests/basic/
H A D8.in15 /* Empty */

1234567