Searched defs:NT (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp11 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant' is implicitly deleted because field 'NT' has a non-trivial copy constructor}} member in union:DeletedNTVariant
19 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant2' is implicitly deleted because field 'NT' has a non-trivial copy constructor}} member in union:DeletedNTVariant2::__anon3608
H A Dp11.0x.move.cpp11 NonTrivial NT; member in union:DeletedNTVariant
18 NonTrivial NT; member in union:DeletedNTVariant2::__anon3609
/external/clang/test/SemaCXX/
H A Dnullptr.cpp76 typedef T<nullptr, nullptr, nullptr, nullptr> NT; typedef
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3393 ISD::NodeType NT; local
3396 case AtomicRMWInst::Xchg: NT = ISD::ATOMIC_SWAP; break;
3397 case AtomicRMWInst::Add: NT = ISD::ATOMIC_LOAD_ADD; break;
3398 case AtomicRMWInst::Sub: NT = ISD::ATOMIC_LOAD_SUB; break;
3399 case AtomicRMWInst::And: NT = ISD::ATOMIC_LOAD_AND; break;
3400 case AtomicRMWInst::Nand: NT = ISD::ATOMIC_LOAD_NAND; break;
3401 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break;
3402 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break;
3403 case AtomicRMWInst::Max: NT = ISD::ATOMIC_LOAD_MAX; break;
3404 case AtomicRMWInst::Min: NT
[all...]

Completed in 89 milliseconds