OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:istemp
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go
192
//
Istemp
reports whether n is a temporary variable.
193
func
istemp
(n *Node) bool {
func
207
return islvalue(n) && (n.Op != ONAME || n.Class == PEXTERN ||
istemp
(n))
430
if !
istemp
(m.Left) {
433
if !
istemp
(m.Right) {
885
if !
istemp
(r.Left) {
889
if !
istemp
(r.Right) {
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go
189
//
Istemp
reports whether n is a temporary variable.
190
func
istemp
(n *Node) bool {
func
204
return islvalue(n) && (n.Op != ONAME || n.Class == PEXTERN ||
istemp
(n))
427
if !
istemp
(m.Left) {
430
if !
istemp
(m.Right) {
882
if !
istemp
(r.Left) {
886
if !
istemp
(r.Right) {
[
all
...]
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go
192
//
Istemp
reports whether n is a temporary variable.
193
func
istemp
(n *Node) bool {
func
207
return islvalue(n) && (n.Op != ONAME || n.Class == PEXTERN ||
istemp
(n))
430
if !
istemp
(m.Left) {
433
if !
istemp
(m.Right) {
885
if !
istemp
(r.Left) {
889
if !
istemp
(r.Right) {
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go
189
//
Istemp
reports whether n is a temporary variable.
190
func
istemp
(n *Node) bool {
func
204
return islvalue(n) && (n.Op != ONAME || n.Class == PEXTERN ||
istemp
(n))
427
if !
istemp
(m.Left) {
430
if !
istemp
(m.Right) {
882
if !
istemp
(r.Left) {
886
if !
istemp
(r.Right) {
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
awk.h
197
#define
istemp
(n) ((n)->csub == CTEMP)
macro
Completed in 182 milliseconds