Home
last modified time | relevance | path

Searched +defs:S +defs:empty (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d255 static struct S struct
263 immutable(S)[] s = [S(1), S(2), S(3)]; argument
303 enum empty = false; member
349 enum empty = false; in _Cache() local
581 enum bool empty = false; in MapResult() local
840 struct S {int* p;} struct
1069 struct S struct
1075 S s; argument
1170 enum bool empty = false; in FilterResult() local
1482 enum bool empty = false; // Propagate infiniteness. variable
[all …]
H A Dmutation.d909 struct S struct
914 auto s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5]; argument
1018 bool empty() { return done; } in empty() function
1175 struct S struct
1181 S s1; argument
1280 static struct S { int n = 0; ~this() @system { n = 0; } } in ~this() struct
1301 static struct S struct
1309 S foo(S s) in foo() argument
1322 struct S struct
1331 S foo(S s) in foo() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d222 static struct S struct
230 immutable(S)[] s = [S(1), S(2), S(3)]; argument
270 enum empty = false; member
324 enum empty = false; in _Cache() local
563 enum bool empty = false; in MapResult() local
814 struct S {int* p;} struct
824 enum empty = false; member
1175 struct S struct
1181 S s; argument
1357 enum bool empty = false; in FilterResult() local
[all …]
H A Dmutation.d564 @property bool empty() { return line == 1; } in empty() function
926 struct S struct
931 auto s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5]; argument
1035 bool empty() { return done; } in empty() function
1196 struct S struct
1202 S s1; argument
1212 struct S struct
1215 void opPostMove(const ref S old) in opPostMove() argument
1231 static struct S struct
1233 void opPostMove(const ref S old) nothrow @system in opPostMove() argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDictionary.h27 FixedWord(const uint8_t *B, uint8_t S) { Set(B, S); } in FixedWord()
29 void Set(const uint8_t *B, uint8_t S) { in Set()
101 bool empty() const { return Size == 0; } in empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DStringView.h89 bool consumeFront(StringView S) { in consumeFront()
109 bool empty() const { return First == Last; } in empty() function
H A DUtility.h136 bool empty() const { return CurrentPosition == 0; } in empty() function
174 inline bool initializeOutputStream(char *Buf, size_t *N, OutputStream &S, in initializeOutputStream()
H A DRustDemangle.h28 bool empty() const { return Name.empty(); } in empty() function
110 void print(StringView S) { in print()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d933 static struct S { int x = 42; @disable this(this); } argument
990 static struct S { int x = 42; @disable this(this); } in test2() struct
991 S[] arr = alloc.makeArray!S(5); in test2() local
1365 bool empty() in empty() function
1417 bool empty() in empty() function
1449 bool empty() { return !array || (*array).empty; } in version() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h83 Segment *S = &SentinelSegment; variable
88 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator()
266 auto S = NewSegment(); in InitHeadAndTail() local
281 auto S = NewSegment(); in AppendNewSegment() local
344 bool empty() const XRAY_NEVER_INSTRUMENT { return Size == 0; } in empty() function
418 auto S = Head; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d436 static struct S struct
445 auto s = S("01234"); argument
536 enum S : string { a = "std/string.d" } enum
600 enum S : string { a = "std/string.d" } enum
2682 enum S : string { a = "hello\nworld" } enum
2778 enum bool empty = false; member
2782 @property bool empty() in empty() function
3029 enum S : string { a = "hello\nworld" } enum
4233 @property bool empty() in empty() function
H A Darray.d201 enum empty = true; member
246 static struct S{int* p;} struct
256 struct S struct
267 auto arr = iota(3).map!(a => S(a)).array; argument
288 struct S {int* x;} struct
292 bool empty; variable
416 struct S struct
418 ref S opAssign(S)(const ref S rhs) in opAssign() argument
426 static foreach (T; AliasSeq!(S, const S, immutable S)) argument
436 static struct S struct
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h219 BinaryStreamRef S; variable
253 bool empty() const { return bytesRemaining() == 0; } in empty() function
H A DJSON.h112 bool empty() const { return M.empty(); } in empty() function
185 bool empty() const { return V.empty(); } in empty() function
187 void reserve(size_t S) { V.reserve(S); } in reserve()
497 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey()
498 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
505 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey()
612 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path()
647 if (auto S = E.getAsString()) { in fromJSON() local
655 if (auto S = E.getAsInteger()) { in fromJSON() local
663 if (auto S = E.getAsInteger()) { in fromJSON() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d497 @property bool empty() const in empty() function
1220 alias S = structBug5920; variable
1392 static struct S { struct
1398 Array!S arr; argument
1406 static struct S struct
1411 alias A = Array!S; argument
1470 static void test(A, R, E, S)() in test() argument
1561 @property bool empty() in empty() function
1652 @property bool empty() in empty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h101 bool empty() const { return P == 0 || getFlag() != 0; } in empty() function
177 SVal getSVal(const Stmt *S) const { in getSVal()
385 bool empty() const { return NumNodes == 0; } in empty() function
483 bool empty() const { return Impl.empty(); } in empty() function
488 void insert(const ExplodedNodeSet &S) { in insert()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h105 bool empty() const { return Begin == End; } in empty() function
202 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
207 void destroy_range(T *S, T *E) { in destroy_range()
214 void move_range_right(T *S, T *E, size_t D) { in move_range_right()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h69 void addChild(LexicalScope *S) { Children.push_back(S); } in addChild()
104 bool dominates(const LexicalScope *S) const { in dominates()
153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d1370 static UTFException exception(S)(S str, string msg) in exception() argument
1540 @property bool empty() { return idx == s.length; } in empty() function
1657 @property bool empty() { return idx == s.length; } in empty() function
1721 @property bool empty() { return idx == s.length; } in empty() function
2803 private T toUTFImpl(T, S)(S s) in toUTFImpl() argument
3020 static void test(P, S)(S s, size_t line = __LINE__) @trusted in test() argument
3318 @property bool empty() const { return str.length == 0; } in empty() function
3528 bool empty() pure nothrow @nogc { return data.empty; } in empty() function
3544 bool empty() pure nothrow @nogc { return data.empty; } in empty() function
3560 bool empty() pure nothrow @nogc { return data.empty; } in empty() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h81 bool empty() const { return Record->empty(); } in empty() function
119 void AddStmt(Stmt *S) { in AddStmt()
122 void writeStmtRef(const Stmt *S) { in writeStmtRef()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d568 enum bool empty = false; member
572 @property bool empty() in empty() function
959 enum bool empty = false; member
963 @property bool empty() in empty() function
1430 enum bool empty = false; member
1432 @property bool empty() in empty() function
1684 @property bool empty() in empty() function
1963 @property bool empty() in empty() function
2339 @property bool empty() const { return !_n; } in empty() function
2438 @property bool empty() { return _arr.empty; } in empty() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h37 const Stmt *S; variable
107 bool empty() const { return size() == 0; } in empty() function
382 for (const Stmt *S : Sequence) in VariablePattern() local
H A DCallGraph.h136 bool TraverseStmt(Stmt *S) { return true; } in TraverseStmt()
190 bool empty() const { return CalledFunctions.empty(); } in empty() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d541 Ternary empty() in empty() function
889 Ternary empty() in empty() function
1421 static struct S struct
1516 static struct S { int x = 42; @disable this(this); } struct
1611 static struct S { int x = 42; @disable this(this); } in test2() struct
1612 S[] arr = alloc.makeArray!S(5); in test2() local
2007 bool empty() in empty() function
2058 bool empty() in empty() function
2994 override Ternary empty() in empty() function
3224 override Ternary empty() shared in empty() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h72 bool empty() const { in empty() function
250 bool set_union(const STy &S) { in set_union()
265 void set_subtract(const STy &S) { in set_subtract()

12345