OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasval
(Results
1 - 25
of
41
) sorted by null
1
2
/external/llvm/include/llvm/ADT/
Optional.h
31
bool
hasVal
;
35
Optional(NoneType) :
hasVal
(false) {}
36
explicit Optional() :
hasVal
(false) {}
37
Optional(const T &y) :
hasVal
(true) {
40
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
41
if (
hasVal
)
45
Optional(T &&y) :
hasVal
(true) {
48
Optional(Optional<T> &&O) :
hasVal
(O) {
55
if (
hasVal
)
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Optional.h
31
bool
hasVal
;
35
Optional(NoneType) :
hasVal
(false) {}
36
explicit Optional() :
hasVal
(false) {}
37
Optional(const T &y) :
hasVal
(true) {
40
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
41
if (
hasVal
)
45
Optional(T &&y) :
hasVal
(true) {
48
Optional(Optional<T> &&O) :
hasVal
(O) {
55
if (
hasVal
)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Optional.h
31
bool
hasVal
;
35
Optional(NoneType) :
hasVal
(false) {}
36
explicit Optional() :
hasVal
(false) {}
37
Optional(const T &y) :
hasVal
(true) {
40
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
41
if (
hasVal
)
45
Optional(T &&y) :
hasVal
(true) {
48
Optional(Optional<T> &&O) :
hasVal
(O) {
55
if (
hasVal
)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Optional.h
31
bool
hasVal
;
35
Optional(NoneType) :
hasVal
(false) {}
36
explicit Optional() :
hasVal
(false) {}
37
Optional(const T &y) :
hasVal
(true) {
40
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
41
if (
hasVal
)
45
Optional(T &&y) :
hasVal
(true) {
48
Optional(Optional<T> &&O) :
hasVal
(O) {
55
if (
hasVal
)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Optional.h
33
bool
hasVal
= false;
41
Optional(const T &y) :
hasVal
(true) {
45
Optional(const Optional &O) :
hasVal
(O.
hasVal
) {
46
if (
hasVal
)
50
Optional(T &&y) :
hasVal
(true) {
54
Optional(Optional<T> &&O) :
hasVal
(O) {
66
if (
hasVal
)
70
hasVal
= true;
89
hasVal
= true
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Optional.h
26
unsigned
hasVal
: 1;
28
explicit Optional() : x(),
hasVal
(false) {}
29
Optional(const T &y) : x(y),
hasVal
(true) {}
37
hasVal
= true;
41
const T* getPointer() const { assert(
hasVal
); return &x; }
42
const T& getValue() const { assert(
hasVal
); return x; }
44
operator bool() const { return
hasVal
; }
45
bool hasValue() const { return
hasVal
; }
47
const T& operator*() const { assert(
hasVal
); return x; }
/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
type_info_test.py
37
self.assertFalse(scope.
hasval
('foo'))
40
self.assertTrue(scope.
hasval
('foo'))
42
self.assertFalse(scope.
hasval
('baz'))
49
self.assertTrue(child.
hasval
('foo'))
50
self.assertTrue(scope.
hasval
('foo'))
53
self.assertTrue(child.
hasval
('bar'))
54
self.assertFalse(scope.
hasval
('bar'))
type_info.py
59
def
hasval
(self, name):
member in class:Scope
61
(self.parent is not None and self.parent.
hasval
(name)))
138
elif isinstance(node.ctx, gast.Load) and self.scope.
hasval
(qn):
/external/llvm/utils/
lldbDataFormatters.py
94
if not valobj.GetChildMemberWithName('
hasVal
').GetValueAsUnsigned(0):
/external/llvm/utils/LLVMVisualizers/
llvm.natvis
198
<DisplayString Condition="!
hasVal
">empty</DisplayString>
199
<DisplayString Condition="
hasVal
">{*(($T1 *)(unsigned char *)storage.buffer)}</DisplayString>
201
<Item Name="[underlying]" Condition="
hasVal
">*(($T1 *)(unsigned char *)storage.buffer)</Item>
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go
125
func (n *Node)
HasVal
() bool { return n.flags&nodeHasVal != 0 }
160
if !n.
HasVal
() {
188
if x == nil && n.
HasVal
() {
191
if n.
HasVal
() {
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go
125
func (n *Node)
HasVal
() bool { return n.flags&nodeHasVal != 0 }
160
if !n.
HasVal
() {
188
if x == nil && n.
HasVal
() {
191
if n.
HasVal
() {
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a
962
class_string.gov?x ?L Colas?? P ??? P V?? P ?J??? ?? |S? ?LHasBreak?? P HasCall?? P HasOpt?? P
HasVal
?? P Implicit?? P Initorder?? P *InlFormal?? P InlLocal?? P ?H???
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a
962
class_string.gov?x ?L Colas?? P ??? P V?? P ?J??? ?? |S? ?LHasBreak?? P HasCall?? P HasOpt?? P
HasVal
?? P Implicit?? P Initorder?? P *InlFormal?? P InlLocal?? P ?H???
[
all
...]
Completed in 1202 milliseconds
1
2