Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
317 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
367 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
402 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
H A DExprCXX.h297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator()
445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
532 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
571 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
609 explicit CXXAddrspaceCastExpr(EmptyShell Empty) in CXXAddrspaceCastExpr()
729 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
773 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
800 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr()
865 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
[all …]
H A DExpr.h1054 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1191 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1301 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr()
1503 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1547 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral()
1605 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1726 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
2147 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
2214 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator()
2607 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr()
[all …]
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
80 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
151 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp28 bool Empty = Options.empty(); in format() local
H A DMemoryTagMap.cpp29 bool MemoryTagMap::Empty() const { return m_addr_to_tag.empty(); } in Empty() function in MemoryTagMap
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h42 const bool Empty; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h37 bool Empty() const { return !GetSize(); } in Empty() function
H A DVariableList.h68 bool Empty() const { return m_variables.empty(); } in Empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h29 bool Empty() const { return StringOffset.empty(); } in Empty() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h50 bool Empty() { return m_packet.empty(); } in Empty() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp284 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
414 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
505 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr()
607 EmptyShell Empty) in CXXOperatorCallExpr()
630 EmptyShell Empty) { in CreateEmpty()
672 EmptyShell Empty) in CXXMemberCallExpr()
695 EmptyShell Empty) { in CreateEmpty()
946 EmptyShell Empty) in UserDefinedLiteral()
969 EmptyShell Empty) { in CreateEmpty()
1122 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(EmptyShell Empty, in CXXTemporaryObjectExpr()
[all …]
H A DStmtCXX.cpp33 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp36 bool StreamString::Empty() const { return GetSize() == 0; } in Empty() function in StreamString
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp44 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h207 detail::DenseSetEmpty Empty; in insert() local
212 detail::DenseSetEmpty Empty; in insert() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h31 bool Empty() const { in Empty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp166 DebugLoc Empty; in processAtomicInsts() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp77 bool TypeMap::Empty() const { return m_types.empty(); } in Empty() function in TypeMap
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h59 Empty, // Used by MsgPackDocument to represent an empty node global() enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h35 Empty, // Initial state. enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h164 bool IList<Base, Node, Elem>::Empty() const { in Empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h46 enum class ReplacementType { Empty, Format, Literal }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h186 enum class PyInitialValue { Invalid, Empty }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp58 auto Empty = llvm::make_range(Leafs.end(), Leafs.end()); in getFirstCompositeRange() local

123