Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConcepts.cpp59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr()
128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr()
208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
362 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
450 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr()
552 EmptyShell Empty) in CXXOperatorCallExpr()
575 EmptyShell Empty) { in CreateEmpty()
617 EmptyShell Empty) in CXXMemberCallExpr()
640 EmptyShell Empty) { in CreateEmpty()
884 EmptyShell Empty) in UserDefinedLiteral()
907 EmptyShell Empty) { in CreateEmpty()
992 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(EmptyShell Empty, in CXXTemporaryObjectExpr()
[all …]
H A DStmtCXX.cpp32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
/netbsd-src/external/apache2/llvm/dist/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()
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()
H A DExprCXX.h298 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator()
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
488 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
533 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
572 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
610 explicit CXXAddrspaceCastExpr(EmptyShell Empty) in CXXAddrspaceCastExpr()
730 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
767 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
794 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr()
859 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
[all …]
H A DExprObjC.h62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr()
465 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr()
518 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr()
573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr()
697 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr()
[all …]
H A DExpr.h1004 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1143 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr()
1488 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1532 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral()
1598 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1717 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
2056 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
2123 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator()
2509 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr()
[all …]
H A DStmt.h1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt()
1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt()
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt()
1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt()
1730 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt()
1861 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
2465 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt()
2516 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt()
2587 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt()
[all …]
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
H A DDeclFriend.h93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DProfileList.h34 const bool Empty; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h29 bool Empty() const { return StringOffset.empty(); } in Empty() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DPCHContainerOperations.cpp46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmultiple_ranges_test.cc68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dmultiple_ranges_test.cc68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_lfstack.h30 bool Empty() const { in Empty() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_lfstack.h31 bool Empty() const { in Empty() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_lfstack.h32 bool Empty() const { in Empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseSet.h207 detail::DenseSetEmpty Empty; in insert() local
212 detail::DenseSetEmpty Empty; in insert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp164 DebugLoc Empty; in processAtomicInsts() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h60 Empty, // Used by MsgPackDocument to represent an empty node enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h173 enum class Kind { Empty, InMemory, TempFile }; enumerator
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_ilist.h164 bool IList<Base, Node, Elem>::Empty() const { in Empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadic.h45 enum class ReplacementType { Empty, Format, Literal }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp61 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator

123