Searched refs:NCE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 2971 if (const CXXNamedCastExpr *NCE = dyn_cast<CXXNamedCastExpr>(realCast)) { in addFixitForObjCARCConversion() local 2972 SourceRange range(NCE->getOperatorLoc(), in addFixitForObjCARCConversion() 2973 NCE->getAngleBrackets().getEnd()); in addFixitForObjCARCConversion() 3018 if (const CXXNamedCastExpr *NCE = dyn_cast<CXXNamedCastExpr>(realCast)) { in addFixitForObjCARCConversion() local 3023 SourceRange Range(NCE->getOperatorLoc(), in addFixitForObjCARCConversion() 3024 NCE->getAngleBrackets().getEnd()); in addFixitForObjCARCConversion()
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 14810 #define NCE(mnem, op, nops, ops, enc) \ macro 15836 NCE(vsqrt, 0, 2, (RVSD, RVSD), vfp_nsyn_sqrt), 15837 NCE(vdiv, 0, 3, (RVSD, RVSD, RVSD), vfp_nsyn_div), 15843 NCE(vpush, 0, 1, (VRSDLST), vfp_nsyn_push), 15844 NCE(vpop, 0, 1, (VRSDLST), vfp_nsyn_pop), 15845 NCE(vcvtz, 0, 2, (RVSD, RVSD), vfp_nsyn_cvtz), 15858 NCE(vldm, c900b00, 2, (RRw, VRSDLST), neon_ldm_stm), 15859 NCE(vldmia, c900b00, 2, (RRw, VRSDLST), neon_ldm_stm), 15860 NCE(vldmdb, d100b00, 2, (RRw, VRSDLST), neon_ldm_stm), 15861 NCE(vstm, c800b00, 2, (RRw, VRSDLST), neon_ldm_stm), [all …]
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-2006 | 1211 (NCE): Replace macro with... 1212 (NCE_tag, NCE, NCEF): New macros. 1987 (NUF, nUF, NCE, nCE): New macros for opcode table.
|