Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2826 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2875 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2896 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2928 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
2932 S = new (Context) ForStmt(Empty); in ReadStmtFromStream()
2936 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
2948 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
2957 S = new (Context) DeclStmt(Empty); in ReadStmtFromStream()
2965 S = new (Context) MSAsmStmt(Empty); in ReadStmtFromStream()
3032 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-14.2/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()
316 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() argument
317 Stmt(ObjCAtSynchronizedStmtClass, Empty) { } in ObjCAtSynchronizedStmt()
366 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() argument
367 Stmt(ObjCAtThrowStmtClass, Empty) { } in ObjCAtThrowStmt()
[all …]
H A DExprCXX.h948 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {} in MSPropertyRefExpr() argument
1085 : Expr(CXXUuidofExprClass, Empty) { in CXXUuidofExpr()
1156 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() argument
1210 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() argument
2766 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() argument
4103 CXXNoexceptExpr(EmptyShell Empty) : Expr(CXXNoexceptExprClass, Empty) {} in CXXNoexceptExpr() argument
4168 PackExpansionExpr(EmptyShell Empty) : Expr(PackExpansionExprClass, Empty) {} in PackExpansionExpr() argument
4721 CXXFoldExpr(EmptyShell Empty) : Expr(CXXFoldExprClass, Empty) {} in CXXFoldExpr() argument
4969 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr() argument
5043 CoawaitExpr(EmptyShell Empty) in CoawaitExpr() argument
[all …]
H A DExprObjC.h61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() argument
62 : Expr(ObjCStringLiteralClass, Empty) {} in ObjCStringLiteral()
97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() argument
98 : Expr(ObjCBoolLiteralExprClass, Empty) {} in ObjCBoolLiteralExpr()
140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() argument
141 : Expr(ObjCBoxedExprClass, Empty) {} in ObjCBoxedExpr()
422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() argument
466 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() argument
576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() argument
577 : Expr(ObjCIvarRefExprClass, Empty) {} in ObjCIvarRefExpr()
[all …]
H A DExpr.h1038 : Expr(SC, Empty) {} in FullExpr()
1284 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() argument
1588 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() argument
4042 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() argument
4369 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() argument
4548 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() argument
4615 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() argument
4708 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} in SourceLocExpr() argument
6154 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() argument
6212 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() argument
[all …]
H A DStmt.h1504 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() argument
1576 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() argument
1616 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() argument
2042 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() argument
2739 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() argument
2792 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt() argument
2871 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() argument
2985 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() argument
3126 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : Stmt(SC, Empty) {} in AsmStmt() argument
3278 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty) {} in GCCAsmStmt() argument
[all …]
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() argument
80 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() argument
90 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
151 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() argument
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp56 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty) in ConceptSpecializationExpr() argument
57 : Expr(ConceptSpecializationExprClass, Empty) {} in ConceptSpecializationExpr()
167 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() argument
170 : Expr(RequiresExprClass, Empty), NumLocalParameters(NumLocalParameters), in RequiresExpr()
188 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() argument
194 return new (Mem) RequiresExpr(C, Empty, NumLocalParameters, NumRequirements); in Create()
H A DExprCXX.cpp237 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() argument
239 : Expr(CXXNewExprClass, Empty) { in CXXNewExpr()
457 : Expr(SC, Empty) { in OverloadExpr()
559 HasFPFeatures, Empty) {} in CXXOperatorCallExpr()
622 EmptyShell Empty) in CXXMemberCallExpr() argument
624 Empty) {} in CXXMemberCallExpr()
898 HasFPFeatures, Empty) {} in UserDefinedLiteral()
1164 : Expr(SC, Empty), NumArgs(NumArgs) {} in CXXConstructExpr()
1236 : Expr(LambdaExprClass, Empty) { in LambdaExpr()
1475 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr() argument
[all …]
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-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h35 Empty, // Initial state. enumerator
47 ResultKind Kind = Empty;
86 bool empty() const { return Kind == Empty; } in empty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h184 static codeview::LocallyHashedType Empty;
187 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
204 static codeview::GloballyHashedType Empty;
207 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h42 const bool Empty; variable
51 bool isEmpty() const { return Empty; } in isEmpty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h64 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {}
99 return F == RealUseMap.end() ? Empty : F->second;
117 const RefMap Empty;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h46 enum class ReplacementType { Empty, Format, Literal }; enumerator
57 ReplacementType Type = ReplacementType::Empty;
87 if (R.Type == ReplacementType::Empty) in format()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp411 Empty = 0u, enumerator
437 case Empty: in Decode()
482 MangledEncoding encoding = Empty; in Encode()
498 case Empty: in Encode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
25 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp83 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator
107 RunMe.Flag.store(CallbackAndCookie::Status::Empty); in RunSignalHandlers()
115 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty()
289 KindAndDocument KindAndDocs[size_t(Type::Empty) + 1];
297 for (unsigned T = 0; T != unsigned(Type::Empty) + 1; ++T) in Document()
309 auto N = DocNode(&KindAndDocs[size_t(Type::Empty)]); in getEmptyNode()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp165 DebugLoc Empty; in processAtomicInsts() local
167 if (DL != Empty) in processAtomicInsts()
/freebsd-14.2/contrib/libucl/tests/basic/
H A D8.in15 /* Empty */

1234567