Home
last modified time | relevance | path

Searched defs:Basic (Results 1 – 25 of 40) sorted by relevance

12

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go66 type Basic struct { struct
67 kind BasicKind
68 info BasicInfo
69 name string
73 func (b *Basic) Kind() BasicKind { return b.kind }
76 func (b *Basic) Info() BasicInfo { return b.info }
79 func (b *Basic) Name() string { return b.name }
81 func (b *Basic) Underlying() Type { return b }
82 func (b *Basic) String() string { return TypeString(b, nil) }
Dconst.go64 func representableConst(x constant.Value, check *Checker, typ *Basic, rounded *constant.Value) bool…
237 func (check *Checker) representable(x *operand, typ *Basic) {
252 func (check *Checker) representation(x *operand, typ *Basic) (constant.Value, Code) {
/prebuilts/go/linux-x86/src/go/types/
Dbasic.go69 type Basic struct { struct
70 kind BasicKind
71 info BasicInfo
72 name string
76 func (b *Basic) Kind() BasicKind { return b.kind }
79 func (b *Basic) Info() BasicInfo { return b.info }
82 func (b *Basic) Name() string { return b.name }
84 func (b *Basic) Underlying() Type { return b }
85 func (b *Basic) String() string { return TypeString(b, nil) }
Dconst.go66 func representableConst(x constant.Value, check *Checker, typ *Basic, rounded *constant.Value) bool…
239 func (check *Checker) representable(x *operand, typ *Basic) {
254 func (check *Checker) representation(x *operand, typ *Basic) (constant.Value, Code) {
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/Utils/
DImportedFunctionsInliningStatistics.h106 Basic = 1, enumerator
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/Utils/
DImportedFunctionsInliningStatistics.h106 Basic = 1, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Analysis/Utils/
DImportedFunctionsInliningStatistics.h106 Basic = 1, enumerator
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/Utils/
DImportedFunctionsInliningStatistics.h106 Basic = 1, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/GlobalISel/
DCombinerInfo.h61 Basic, enumerator
/prebuilts/go/linux-x86/src/internal/reflectlite/
Dall_test.go492 type Basic struct { struct
493 x int
494 y float32
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DMicrosoftDemangle.h134 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Demangle/
DMicrosoftDemangle.h138 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DMicrosoftDemangle.h134 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DMicrosoftDemangle.h134 enum class FunctionIdentifierCodeGroup { Basic, Under, DoubleUnder }; enumerator
/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Dassignability.go226 Basic _Basic talias
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Diimport.go467 func intSize(b *types2.Basic) (signed bool, maxBytes uint) {
/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Diimport.go477 func intSize(b *types.Basic) (signed bool, maxBytes uint) {
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h121 enum class Kind { Basic, PathSensitive }; enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h121 enum class Kind { Basic, PathSensitive }; enumerator
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbits1_5.h81 BG_BASIC_CREDENTIALS Basic; member
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h121 enum class Kind { Basic, PathSensitive }; enumerator

12