Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/clang/test/FixIt/
Dfixit-pragma-attribute.cpp14 …(annotate("test"))), apply_to = any( variable(is_global), function, variable(is_global), variable(
18 …ns"))), apply_to = any(variable, variable(is_parameter), function(is_member), variable(is_global)))
33 …to = any(variable(unless(is_parameter)), variable(is_thread_local), function, variable(is_global)))
/external/python/cpython3/Lib/test/
Dtest_symtable.py99 self.assertTrue(self.spam.lookup("glob").is_global())
101 self.assertTrue(self.spam.lookup("bar").is_global())
103 self.assertFalse(self.internal.lookup("x").is_global())
104 self.assertFalse(self.Mine.lookup("instance_var").is_global())
105 self.assertTrue(self.spam.lookup("bar").is_global())
107 self.assertTrue(self.top.lookup("some_non_assigned_global_var").is_global())
108 self.assertTrue(self.top.lookup("some_assigned_global_var").is_global())
167 self.assertFalse(st2.lookup('x').is_global())
176 self.assertTrue(st5.lookup("x").is_global())
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h49 explicit CostModel(bool is_global) : is_global_(is_global) { in CostModel() argument
59 bool is_global() const { return is_global_; } in is_global() function
Dcostmodel.cc57 CHECK(!cm.is_global()); in MergeFromLocal()
81 CHECK_EQ(true, cm.is_global()); in MergeFromGlobal()
/external/llvm-project/clang/test/Parser/
Dpragma-attribute.cpp90 …tribute__((annotate("test"))), apply_to = any(function, variable(unless(is_global)))) // expected-…
98 …(__attribute__((annotate("test"))), apply_to = any( variable(is_global), variable(is_global) )) //…
99 …(annotate("test"))), apply_to = any( variable(is_global), function, variable(is_global), variable(
194 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_global)) // expected-…
/external/python/cpython2/Lib/test/
Dtest_symtable.py98 self.assertTrue(self.spam.lookup("glob").is_global())
100 self.assertTrue(self.spam.lookup("bar").is_global())
102 self.assertFalse(self.internal.lookup("x").is_global())
103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Disspacep.ll15 ; CHECK: is_global
16 define i1 @is_global(i8* %addr) {
/external/llvm/test/CodeGen/NVPTX/
Disspacep.ll15 ; CHECK: is_global
16 define i1 @is_global(i8* %addr) {
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-strict-subjects.c6 …ns"))), apply_to = any(variable, variable(is_parameter), function(is_member), variable(is_global)))
18 …to = any(variable(unless(is_parameter)), variable(is_thread_local), function, variable(is_global)))
Dpragma-attribute-cxx.cpp85 …ang attribute push (__attribute__((require_constant_initialization)), apply_to=variable(is_global))
/external/llvm-project/clang/test/Sema/
Dpragma-attribute-strict-subjects.c9 …ns"))), apply_to = any(variable, variable(is_parameter), function(is_member), variable(is_global)))
30 …to = any(variable(unless(is_parameter)), variable(is_thread_local), function, variable(is_global)))
/external/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h40 Property(ConstString name, ConstString desc, bool is_global,
DOptionValueProperties.h190 bool is_global, const lldb::OptionValueSP &value_sp);
/external/llvm-project/lldb/source/Interpreter/
DProperty.cpp228 bool is_global, const lldb::OptionValueSP &value_sp) in Property() argument
230 m_is_global(is_global) {} in Property()
DOptionValueProperties.cpp71 bool is_global, in AppendProperty() argument
73 Property property(name, desc, is_global, value_sp); in AppendProperty()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp112 if (v.is_global()) in operator <<()
254 bool value::is_global() { in is_global() function in r600_sb::value
256 return chunk->is_global(); in is_global()
Dsb_shader.h112 bool is_global() { return flags & RCF_GLOBAL; } in is_global() function
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc276 bool is_global = base::StartsWith(path, "global/"); in CollectAllocatorNodes() local
278 is_global ? global_graph->shared_memory_graph() : process_graph; in CollectAllocatorNodes()
292 PERFETTO_DCHECK(is_global); in CollectAllocatorNodes()
/external/python/cpython3/Lib/
Dipaddress.py1093 def is_global(self): member in _BaseNetwork
1334 def is_global(self): member in IPv4Address
1516 def is_global(self): member in IPv4Network
2006 def is_global(self): member in IPv6Address
Dsymtable.py189 def is_global(self): member in Symbol
/external/python/ipaddress/
Dipaddress.py1158 def is_global(self): member in _BaseNetwork
1432 def is_global(self): member in IPv4Address
1664 def is_global(self): member in IPv4Network
2103 def is_global(self): member in IPv6Address
/external/python/cpython2/Lib/
Dsymtable.py189 def is_global(self): member in Symbol
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py607 def find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global): argument
609 if not result and is_global:
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h529 __u8 is_global; member
664 __u8 is_global; member
/external/python/cpython2/Doc/library/
Dsymtable.rst147 .. method:: is_global()

12