Home
last modified time | relevance | path

Searched defs:NT (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp422 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() local
426 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() local
430 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping() local
435 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping() local
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass37-frag.c34 enum foo { NT=10 }; in main() enumerator
H A Dpass39-frag.c34 enum foo { NT=10 }; in main() enumerator
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.4.1.f9014 INTEGER IAM, NT, IPOINTS, ISTART local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000724-1.c33 #define NT "\n\t" macro
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclarationName.h666 struct NT { struct
686 struct NT NamedType; argument
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp233 NestingType NT; member
305 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
326 void push(NestingType NT) { NestingStack.push_back({NT, wasm::WasmSignature()}); } in push()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h571 NodeAndTarget NT = DFSStack.back(); in mergeInto() local
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp878 auto NT = Tokenizer.peekNextToken(); in parseExpression() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1039 const NoteTag *NT = nullptr; in checkPostCall() local
1062 if (const NoteTag *NT = in checkPostCall() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp437 auto *NT = cast<PointerType>(V->getType()); in replacePointer() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp755 for (ISD::NodeType NT : enum_seq(ISD::DELETED_NODE, ISD::BUILTIN_OP_END, in initActions() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1654 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine()
2509 for (auto NT : NTs) { in setTargetDAGCombine() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIDefines.h316 NT = SLC, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6995 if (HLSLNumThreadsAttr *NT = D->getAttr<HLSLNumThreadsAttr>()) { in mergeHLSLNumThreadsAttr() local
7092 if (HLSLShaderAttr *NT = D->getAttr<HLSLShaderAttr>()) { in mergeHLSLShaderAttr() local
H A DSemaDecl.cpp2955 else if (const auto *NT = dyn_cast<HLSLNumThreadsAttr>(Attr)) in mergeDeclAttribute() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1695 Instruction *NT = I1->clone(); in HoistThenElseCodeToIf() local
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp233 for (const auto &NT : NumberedTypes) in validateEndOfModule() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2673 auto foldMul = [&](ISD::NodeType NT, SDValue X, SDValue Y, unsigned ShlAmt) { in SimplifyDemandedBits()
H A DSelectionDAGBuilder.cpp4656 ISD::NodeType NT; in visitAtomicRMW() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6661 const auto *NT = S.getSingleClause<OMPNumTeamsClause>(); in emitCommonOMPTeamsDirective() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp13039 QualType NT = T.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in unwrapSugar() local