Home
last modified time | relevance | path

Searched defs:ni (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dflatten.c5 __attribute__((noinline)) void ni(void) {} in ni() function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp41 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 DSipHash.cpp65 const unsigned char *ni = (const unsigned char *)in; in siphash() local
/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp744 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 DParseDeclCXX.cpp3173 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 Dexplicit.cpp216 NotInt ni; in testNew() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg14xx.cpp519 NestedInit ni[1] = {{NestedInit{1, 2, 3}}}; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1287 for (unsigned ni = 1, ne = I->getNumOperands(); ni != ne; ni += 2) { SplitCriticalEdge() local
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2748 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 DSemaDeclObjC.cpp211 for (ObjCMethodDecl::param_iterator ni = NewMethod->param_begin(), CheckObjCMethodOverride() local
H A DSemaDecl.cpp4302 ni = newMethod->param_begin(), ne = newMethod->param_end(); mergeObjCMethodDecls() local