Searched refs:USR (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp10 /// Methods for finding all instances of a USR. Our strategy is very
11 /// simple; we just compare the USR at every relevant AST node with the one
53 // This visitor recursively searches for all instances of a USR in a
154 // This class will traverse the AST and find every AST node whose USR is in the
502 // Check whether the USR of a given Decl is in the USRSet.
504 auto USR = getUSRForDecl(Decl); local
505 if (USR.empty())
507 return llvm::is_contained(USRSet, USR);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp116 // Many insns change the USR implicitly, but only one or another flag.
117 // The instruction table models the USR.OVF flag, which can be
133 // USR has subregisters (while C8 does not for technical reasons), so
134 // reset R to USR, since we know how to handle multiple defs of USR,
137 R = Hexagon::USR;
591 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:.
592 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R;
604 unsigned UsrR = Hexagon::USR;
605 unsigned BadR = RI.isSubRegister(Hexagon::USR,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp365 if (BaseEntities[i].name && BaseEntities[i].USR)
553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
913 if (!RefEntity.USR)
1180 EntityInfo.USR = nullptr;
1182 EntityInfo.USR = SA.copyCStr(StrBuf.str());
H A DCXIndexDataConsumer.h54 name = USR = nullptr;
H A DCIndex.cpp5843 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
5854 USR = clang_getCursorUSR(Result);
5859 ResultLine, ResultColumn, clang_getCString(USR),
5864 clang_disposeString(USR);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp167 Reserved.set(Hexagon::USR); // C8
H A DHexagonISelLowering.cpp330 .Case("usr", Hexagon::USR)
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1389 /* USR testing. */
1396 CXString USR = clang_getCursorUSR(C); local
1397 const char *cstr = clang_getCString(USR);
1399 clang_disposeString(USR);
1406 clang_disposeString(USR);
2783 printf("Container USR: %s\n", clang_getCString(containerUSR));
3557 printf(" | USR: %s", info->USR);
4387 /* USR printing. */
4391 fprintf(stderr, "USR fo
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp663 /* 8 */ USR, PC, UGP, GP,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4280 * Retrieve a Unified Symbol Resolution (USR) for the entity referenced
4283 * A Unified Symbol Resolution (USR) is a string that identifies a particular
4291 * Construct a USR for a specified Objective-C class.
4296 * Construct a USR for a specified Objective-C category.
4302 * Construct a USR for a specified Objective-C protocol.
4308 * Construct a USR for a specified Objective-C instance variable and
4309 * the USR for its containing class.
4315 * Construct a USR for a specified Objective-C method and
4316 * the USR for its containing class.
4323 * Construct a USR fo
6337 const char *USR; member in struct:__anon230
[all...]
/netbsd-current/sys/dev/usb/
H A Dif_zyd.c147 ZYD_ZD1211B_DEV(USR, USR5423),

Completed in 379 milliseconds