OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objset
(Results
1 - 14
of
14
) sorted by null
/prebuilts/go/darwin-x86/src/go/types/
objset.go
7
// An
objset
is similar to a Scope but
objset
elements
13
// An
objset
is a set of objects identified by their unique id.
14
// The zero value for
objset
is a ready-to-use empty
objset
.
15
type
objset
map[string]Object // initialized lazily
type
17
// insert attempts to insert an object obj into
objset
s.
21
func (s *
objset
) insert(obj Object) Object {
decl.go
243
// use an
objset
to check for name conflicts
244
var mset
objset
type.go
134
var fset
objset
256
var mset
objset
typexpr.go
443
func (check *Checker) declareInSet(oset *
objset
, pos token.Pos, obj Object) bool {
474
mset
objset
618
var fset
objset
/prebuilts/go/linux-x86/src/go/types/
objset.go
7
// An
objset
is similar to a Scope but
objset
elements
13
// An
objset
is a set of objects identified by their unique id.
14
// The zero value for
objset
is a ready-to-use empty
objset
.
15
type
objset
map[string]Object // initialized lazily
type
17
// insert attempts to insert an object obj into
objset
s.
21
func (s *
objset
) insert(obj Object) Object {
decl.go
243
// use an
objset
to check for name conflicts
244
var mset
objset
type.go
134
var fset
objset
256
var mset
objset
typexpr.go
443
func (check *Checker) declareInSet(oset *
objset
, pos token.Pos, obj Object) bool {
474
mset
objset
618
var fset
objset
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h
265
std::vector<std::unique_ptr<object::ObjectFile>>
ObjSet
;
266
ObjSet
.push_back(std::unique_ptr<object::ObjectFile>(
268
ObjectLayer.addObjectSet(std::move(
ObjSet
), &MemMgr, &Resolver);
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
617
SmallPtrSet<const Value *, 4>
ObjSet
;
627
ObjSet
.insert(O);
633
for (const Value *V :
ObjSet
) {
676
if (!
ObjSet
.count(A) && (!CanDeriveViaCapture ||
711
if (
ObjSet
.count(A))
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
types.a
325
type @"".
objset
map[string]@"".Object
326
func (@"".s·2 *@"".
objset
"esc:0x1") @"".insert (@"".obj·3 @"".Object) (? @"".Object)
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
types.a
325
type @"".
objset
map[string]@"".Object
326
func (@"".s·2 *@"".
objset
"esc:0x1") @"".insert (@"".obj·3 @"".Object) (? @"".Object)
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/go/
types.a
325
type @"".
objset
map[string]@"".Object
326
func (@"".s·2 *@"".
objset
"esc:0x1") @"".insert (@"".obj·3 @"".Object) (? @"".Object)
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
types.a
325
type @"".
objset
map[string]@"".Object
326
func (@"".s·2 *@"".
objset
"esc:0x1") @"".insert (@"".obj·3 @"".Object) (? @"".Object)
[
all
...]
Completed in 643 milliseconds