/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 59 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 D | ExprCXX.cpp | 234 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 D | StmtCXX.cpp | 32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtObjC.h | 31 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 D | ExprCXX.h | 298 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 D | ExprObjC.h | 62 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 D | Expr.h | 1004 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 D | Stmt.h | 1300 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 D | StmtCXX.h | 40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() 79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() 150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
|
H A D | DeclFriend.h | 93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | ProfileList.h | 34 const bool Empty; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | StringToOffsetTable.h | 29 bool Empty() const { return StringOffset.empty(); } in Empty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | PCHContainerOperations.cpp | 46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | multiple_ranges_test.cc | 68 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 D | multiple_ranges_test.cc | 68 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 D | sanitizer_lfstack.h | 30 bool Empty() const { in Empty() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_lfstack.h | 31 bool Empty() const { in Empty() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_lfstack.h | 32 bool Empty() const { in Empty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 207 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 D | BPFMIChecking.cpp | 164 DebugLoc Empty; in processAtomicInsts() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 60 Empty, // Used by MsgPackDocument to represent an empty node enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 173 enum class Kind { Empty, InMemory, TempFile }; enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_ilist.h | 164 bool IList<Base, Node, Elem>::Empty() const { in Empty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 45 enum class ReplacementType { Empty, Format, Literal }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Signals.cpp | 61 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator
|