HomeSort by: relevance | last modified time | path
    Searched refs:Empty (Results 1 - 25 of 120) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc.old/dist/gcc/
hash-traits.h 89 /* Hasher for integer type Type in which Empty is a spare value that can be
90 used to mark empty slots. If Deleted != Empty then Deleted is another
91 spare value that can be used for deleted slots; if Deleted == Empty then
94 template <typename Type, Type Empty, Type Deleted = Empty>
103 static const bool empty_zero_p = Empty == 0;
109 template <typename Type, Type Empty, Type Deleted>
111 int_hash <Type, Empty, Deleted>::hash (value_type x)
116 template <typename Type, Type Empty, Type Deleted
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ProfileList.h 34 const bool Empty;
42 bool isEmpty() const { return Empty; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 199 // NumAttrs in AttributedStmt is set when creating an empty
654 // NumConcatenated, Length and CharByteWidth are set by the empty
2655 Stmt::EmptyShell Empty;
2704 S = new (Context) NullStmt(Empty);
2719 S = new (Context) DefaultStmt(Empty);
2723 S = new (Context) LabelStmt(Empty);
2754 S = new (Context) DoStmt(Empty);
2758 S = new (Context) ForStmt(Empty);
2762 S = new (Context) GotoStmt(Empty);
2766 S = new (Context) IndirectGotoStmt(Empty);
    [all...]
PCHContainerOperations.cpp 46 llvm::SmallVector<char, 0> Empty;
47 Buffer->Data = std::move(Empty);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFLiveness.h 64 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {}
67 return Map.emplace(B, Empty).first->second;
71 RegisterAggr Empty;
81 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {}
113 return F == RealUseMap.end() ? Empty : F->second;
131 const RefMap Empty;
  /src/external/gpl3/gcc/dist/gcc/
hash-traits.h 115 /* Hasher for integer type Type in which Empty is a spare value that can be
116 used to mark empty slots. If Deleted != Empty then Deleted is another
117 spare value that can be used for deleted slots; if Deleted == Empty then
120 template <typename Type, Type Empty, Type Deleted = Empty>
127 static const bool empty_zero_p = Empty == 0;
133 template <typename Type, Type Empty, Type Deleted>
135 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x)
137 gcc_assert (Empty != Deleted)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConcepts.cpp 59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty,
61 : Expr(ConceptSpecializationExprClass, Empty), ConceptReference(),
128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty,
132 return new (Buffer) ConceptSpecializationExpr(Empty, NumTemplateArgs);
187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty,
190 : Expr(RequiresExprClass, Empty), NumLocalParameters(NumLocalParameters),
208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty,
214 return new (Mem) RequiresExpr(C, Empty, NumLocalParameters, NumRequirements);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 64 /* Empty constructor. */
184 static static_member Empty;
189 static_member static_member::Empty;
193 struct { } empty; member in struct:empty_member
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 64 /* Empty constructor. */
184 static static_member Empty;
189 static_member static_member::Empty;
193 struct { } empty; member in struct:empty_member
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 31 explicit ObjCForCollectionStmt(EmptyShell Empty) :
32 Stmt(ObjCForCollectionStmtClass, Empty) { }
90 explicit ObjCAtCatchStmt(EmptyShell Empty) :
91 Stmt(ObjCAtCatchStmtClass, Empty) { }
136 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
137 Stmt(ObjCAtFinallyStmtClass, Empty) { }
190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
192 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts),
291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
292 Stmt(ObjCAtSynchronizedStmtClass, Empty) { }
    [all...]
ExprObjC.h 62 explicit ObjCStringLiteral(EmptyShell Empty)
63 : Expr(ObjCStringLiteralClass, Empty) {}
98 explicit ObjCBoolLiteralExpr(EmptyShell Empty)
99 : Expr(ObjCBoolLiteralExprClass, Empty) {}
141 explicit ObjCBoxedExpr(EmptyShell Empty)
142 : Expr(ObjCBoxedExprClass, Empty) {}
201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
202 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {}
334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
336 : Expr(ObjCDictionaryLiteralClass, Empty), NumElements(NumElements)
    [all...]
ExprCXX.h 79 /// function itself will be a (possibly empty) set of functions and
98 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
109 EmptyShell Empty);
185 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
195 bool HasFPFeatures, EmptyShell Empty);
244 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
256 EmptyShell Empty);
298 CXXRewrittenBinaryOperator(EmptyShell Empty)
299 : Expr(CXXRewrittenBinaryOperatorClass, Empty), SemanticForm() {}
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize
    [all...]
Expr.h 129 /// Construct an empty expression.
1004 FullExpr(StmtClass SC, EmptyShell Empty)
1005 : Expr(SC, Empty) {}
1063 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind);
1143 explicit OpaqueValueExpr(EmptyShell Empty)
1144 : Expr(OpaqueValueExprClass, Empty) {}
1252 /// Construct an empty declaration reference expression.
1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {}
1279 /// Construct an empty declaration reference expression
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
multiple_ranges_test.cc 68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) {
77 BENCHMARK_REGISTER_F(MultipleRangesFixture, Empty)
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
multiple_ranges_test.cc 68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) {
77 BENCHMARK_REGISTER_F(MultipleRangesFixture, Empty)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
56 ReplacementType Type = ReplacementType::Empty;
86 if (R.Type == ReplacementType::Empty)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeHashing.cpp 17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
25 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
62 Prev[TI.toArrayIndex()].empty()) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_lfstack.h 32 bool Empty() const {
  /src/sys/kern/
genlintstub.awk 42 # /* LINTSTUB: Empty */
179 /^[\/ ]\* LINTSTUB: Empty($|[^_0-9A-Za-z])/ {
180 printf "/* LINTED (empty translation unit) */\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackReader.h 60 Empty, // Used by MsgPackDocument to represent an empty node
WasmTraits.h 27 Sig.State = wasm::WasmSignature::Empty;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeHashing.h 87 bool empty() const { return *(const uint64_t*)Hash.data() == 0; } function in struct:llvm::codeview::GloballyHashedType
125 if (H.empty())
139 if (HashIt->empty()) {
141 if (H.empty())
181 static codeview::LocallyHashedType Empty;
184 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
201 static codeview::GloballyHashedType Empty;
204 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
StringToOffsetTable.h 29 bool Empty() const { return StringOffset.empty(); }
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_lfstack.h 31 bool Empty() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_lfstack.h 31 bool Empty() const {

Completed in 45 milliseconds

1 2 3 4 5