Searched refs:if_token (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1060 SVGA3dShaderInstToken if_token = inst_token( SVGA3DOP_IFC ); in emit_if() local 1062 if_token.control = SVGA3DOPCOMPC_NE; in emit_if() 1078 return (emit_instruction( emit, if_token ) && in emit_if() 3225 SVGA3dShaderInstToken if_token; in emit_light_twoside() local 3251 if_token = inst_token( SVGA3DOP_IFC ); in emit_light_twoside() 3254 if_token.control = SVGA3DOPCOMP_LT; in emit_light_twoside() 3256 if_token.control = SVGA3DOPCOMP_GT; in emit_light_twoside() 3258 if (!(emit_instruction( emit, if_token ) && in emit_light_twoside()
|
/external/rust/crates/syn/src/ |
D | expr.rs | 486 pub if_token: Token![if], 2099 if_token: input.parse()?, in parse() 2794 let if_token: Token![if] = input.parse()?; in parse() localVariable 2796 Some((if_token, Box::new(guard))) in parse() 3076 self.if_token.to_tokens(tokens); in to_tokens() 3463 if let Some((if_token, guard)) = &self.guard { in to_tokens() 3464 if_token.to_tokens(tokens); in to_tokens()
|
/external/rust/crates/syn/src/gen/ |
D | clone.rs | 481 if_token: self.if_token.clone(), in clone()
|
D | fold.rs | 1279 if_token: Token![if](tokens_helper(f, &node.if_token.span)), in fold_expr_if()
|
D | debug.rs | 795 formatter.field("if_token", &self.if_token); in fmt()
|
D | visit_mut.rs | 1455 tokens_helper(v, &mut node.if_token.span); in visit_expr_if_mut()
|
D | visit.rs | 1451 tokens_helper(v, &node.if_token.span); in visit_expr_if()
|