Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConcepts.cpp71 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr()
135 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
190 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr()
211 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
HDExprCXX.cpp249 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
398 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
517 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr()
633 CXXOperatorCallExpr::CXXOperatorCallExpr(unsigned NumArgs, EmptyShell Empty) in CXXOperatorCallExpr()
652 EmptyShell Empty) { in CreateEmpty()
691 CXXMemberCallExpr::CXXMemberCallExpr(unsigned NumArgs, EmptyShell Empty) in CXXMemberCallExpr()
710 EmptyShell Empty) { in CreateEmpty()
931 UserDefinedLiteral::UserDefinedLiteral(unsigned NumArgs, EmptyShell Empty) in UserDefinedLiteral()
950 EmptyShell Empty) { in CreateEmpty()
1033 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(EmptyShell Empty, in CXXTemporaryObjectExpr()
[all …]
HDStmtCXX.cpp32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtObjC.h31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
341 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
376 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
HDExprCXX.h289 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator()
419 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
455 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
499 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
536 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
654 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
691 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
718 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr()
792 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
885 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {} in MSPropertyRefExpr()
[all …]
HDExprObjC.h59 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
94 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
139 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
199 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
332 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr()
464 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr()
516 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr()
573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr()
701 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr()
[all …]
HDExpr.h960 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1101 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1211 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr()
1450 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1494 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral()
1554 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1671 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
2007 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
2067 explicit UnaryOperator(EmptyShell Empty) : Expr(UnaryOperatorClass, Empty) { in UnaryOperator()
2400 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr()
[all …]
HDStmt.h1249 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt()
1321 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt()
1356 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt()
1567 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt()
1679 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
1759 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt()
1807 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
2385 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt()
2436 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt()
2507 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt()
[all …]
HDStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
HDDeclFriend.h93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDMemoryRegionInfo.cpp28 bool Empty = Options.empty(); in format() local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeList.h37 bool Empty() const { return !GetSize(); } in Empty() function
HDVariableList.h68 bool Empty() const { return m_variables.empty(); } in Empty() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDStringToOffsetTable.h29 bool Empty() const { return StringOffset.empty(); } in Empty() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStringExtractor.h50 bool Empty() { return m_packet.empty(); } in Empty() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDPCHContainerOperations.cpp46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDStreamString.cpp36 bool StreamString::Empty() const { return GetSize() == 0; } in Empty() function in StreamString
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDenseSet.h188 detail::DenseSetEmpty Empty; in insert() local
193 detail::DenseSetEmpty Empty; in insert() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_lfstack.h31 bool Empty() const { in Empty() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFMIChecking.cpp166 DebugLoc Empty; in checkingIllegalXADD() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDPrecompiledPreamble.h164 enum class Kind { Empty, InMemory, TempFile }; enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h202 enum class PyInitialValue { Invalid, Empty }; enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFormatVariadic.h44 enum class ReplacementType { Empty, Format, Literal }; enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeMap.cpp77 bool TypeMap::Empty() const { return m_types.empty(); } in Empty() function in TypeMap
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDSignals.cpp53 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator

123