/llvm-project/clang/test/CodeGen/ |
H A D | flatten.c | 5 __attribute__((noinline)) void ni(void) {} in ni() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DebugNamesDWARFIndex.cpp | 41 for (const DebugNames::NameIndex &ni : debug_names) { in GetTypeUnitSignatures() local 52 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() local 169 const DebugNames::NameIndex &ni, in MaybeLogLookupError() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | SipHash.cpp | 65 const unsigned char *ni = (const unsigned char *)in; in siphash() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 744 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { ParseLexedAttributeList() local 821 for (unsigned i = 0, ni = LA.Decls.size(); i < ni; ++i) ParseLexedAttribute() local
|
H A D | ParseDeclCXX.cpp | 3173 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i) { ParseCXXClassMemberDeclaration() local 3176 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i) { ParseCXXClassMemberDeclaration() local 3319 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i) ParseCXXClassMemberDeclaration() local 3322 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i) ParseCXXClassMemberDeclaration() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | explicit.cpp | 216 NotInt ni; in testNew() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg14xx.cpp | 519 NestedInit ni[1] = {{NestedInit{1, 2, 3}}}; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 1287 for (unsigned ni = 1, ne = I->getNumOperands(); ni != ne; ni += 2) { SplitCriticalEdge() local
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 2748 readEntry(uint64_t & offset,const DWARFDebugNames::NameIndex & ni,uint64_t entriesBase,DWARFDataExtractor & namesExtractor,const LLDDWARFSection & namesSec) readEntry() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 211 for (ObjCMethodDecl::param_iterator ni = NewMethod->param_begin(), CheckObjCMethodOverride() local
|
H A D | SemaDecl.cpp | 4302 ni = newMethod->param_begin(), ne = newMethod->param_end(); mergeObjCMethodDecls() local
|