Searched defs:ExprType (Results 1 – 14 of 14) sorted by relevance
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| D | WebAssemblyMCTargetDesc.h | 284 enum class ExprType : unsigned { enum
|
| /external/clang/lib/Parse/ |
| D | ParseExpr.cpp | 1782 ParenParseOption ExprType = CastExpr; in ParseExprAfterUnaryExprOrTypeTrait() local 2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression()
|
| D | ParseExprCXX.cpp | 3099 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression()
|
| /external/clang/lib/CodeGen/ |
| D | CGExprConstant.cpp | 856 QualType ExprType = Updater->getType(); in EmitDesignatedInitUpdater() local 1132 QualType ExprType = Updater->getType(); in Build() local
|
| /external/rust/crates/syn/0.15.42/src/gen/ |
| D | visit_mut.rs | 263 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut() 1607 pub fn visit_expr_type_mut<V: VisitMut + ?Sized>(_visitor: &mut V, _i: &mut ExprType) { in visit_expr_type_mut()
|
| D | fold.rs | 259 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type() 1476 pub fn fold_expr_type<V: Fold + ?Sized>(_visitor: &mut V, _i: ExprType) -> ExprType { in fold_expr_type()
|
| D | visit.rs | 260 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type() 1625 pub fn visit_expr_type<'ast, V: Visit<'ast> + ?Sized>(_visitor: &mut V, _i: &'ast ExprType) { in visit_expr_type()
|
| /external/rust/crates/syn/1.0.7/src/ |
| D | expr.rs | 2810 impl ToTokens for ExprType { implementation
|
| /external/rust/crates/syn/0.15.42/src/ |
| D | expr.rs | 3198 impl ToTokens for ExprType { implementation
|
| /external/rust/crates/syn/1.0.7/src/gen/ |
| D | fold.rs | 243 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type()
|
| D | visit_mut.rs | 248 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut()
|
| D | visit.rs | 244 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type()
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1270 QualType ExprType = VD->getType().getNonReferenceType(); in ActOnOpenMPIdExpression() local
|
| D | SemaExpr.cpp | 3711 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, in CheckUnaryExprOrTypeTraitOperand()
|