/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regutils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
H A D | DivisionByConstantInfo.cpp | 88 APInt NC = AllOnes - (AllOnes + 1 - D).urem(D); in get() local
|
/freebsd/contrib/nvi/regex/ |
H A D | utils.h | 41 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
/freebsd/lib/libc/regex/ |
H A D | utils.h | 41 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 293 Value *NC; in FlattenParallelAndOr() local 496 Value *NC = Builder.CreateBinOp(CombineOp, CInst1, PBI->getCondition()); in MergeIfRegion() local
|
H A D | ValueMapper.cpp | 458 if (const auto *NC = dyn_cast<NoCFIValue>(C)) { in mapValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 405 SDValue NC = CurDAG->getTargetConstant(ProgMemBank, DL, MVT::i8); in select() local 421 SDValue NC = CurDAG->getTargetConstant(ProgMemBank, DL, MVT::i8); in select() local 434 SDValue NC = CurDAG->getTargetConstant(ProgMemBank, DL, MVT::i8); in select() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMerge.c | 207 unsigned NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | EquivalenceClasses.h | 209 unsigned NC = 0; in getNumClasses() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 500 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping() local 664 MappingNormalization<NSectionCharacteristics, uint32_t> NC( in mapping() local
|
H A D | XCOFFYAML.cpp | 243 MappingNormalization<NSectionFlags, uint32_t> NC(IO, Sec.Flags); in mapping() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 172 #define NC gettyflags[24].value macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ImplicitNullChecks.cpp | 759 for (const auto &NC : NullCheckList) { in rewriteNullChecks() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 122 NC, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 274 unsigned PC, const MCRegisterClass *C, unsigned NC, in InitMCRegisterInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 1067 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 247 uint64_t BIDX, NC; in readMappingRegionsSubArray() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 989 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); in FindBestPath() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 225 void setNumChildren(unsigned NC) { in setNumChildren()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1255 Constant *NC = Names->getOperand(I); in lowerCoverageData() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1063 CondOpInit(unsigned NC, RecTy *Type) in CondOpInit()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3152 if (const NoCFIValue *NC = dyn_cast<NoCFIValue>(CV)) in lowerConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4313 Instruction *NC = NewCall; in transformConstExprCastCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2003 NoCFIValue *&NC = GV->getContext().pImpl->NoCFIValues[GV]; in get() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2865 } else if (const auto *NC = dyn_cast<NoCFIValue>(C)) { in writeConstants() local
|