/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 86 const MCSymbol *KeySym) const override; 88 const MCSymbol *KeySym) const override; 163 const MCSymbol *KeySym) const override; 165 const MCSymbol *KeySym) const override; 202 const MCSymbol *KeySym) const override; 204 const MCSymbol *KeySym) const override; 225 const MCSymbol *KeySym) const override; 227 const MCSymbol *KeySym) const override;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 92 const MCSymbol *KeySym) const override; 94 const MCSymbol *KeySym) const override; 173 const MCSymbol *KeySym) const override; 175 const MCSymbol *KeySym) const override; 209 const MCSymbol *KeySym) const override; 211 const MCSymbol *KeySym) const override; 232 const MCSymbol *KeySym) const override; 234 const MCSymbol *KeySym) const override;
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 85 const MCSymbol *KeySym) const override; 87 const MCSymbol *KeySym) const override; 169 const MCSymbol *KeySym) const override; 171 const MCSymbol *KeySym) const override;
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 375 const MCSymbol *KeySym) { in getStaticStructorSection() argument 379 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 381 if (KeySym) in getStaticStructorSection() 414 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 416 KeySym); in getStaticCtorSection() 420 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 422 KeySym); in getStaticDtorSection() 1056 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1058 cast<MCSectionCOFF>(StaticCtorSection), KeySym, 0); in getStaticCtorSection() 1062 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 756 const MCSymbol *KeySym) { in getStaticStructorSection() argument 760 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 762 if (KeySym) in getStaticStructorSection() 793 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 795 KeySym); in getStaticCtorSection() 799 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 801 KeySym); in getStaticDtorSection() 1509 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 1514 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() 1529 return Ctx.getAssociativeCOFFSection(Sec, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 947 const MCSymbol *KeySym) { in getStaticStructorSection() argument 951 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 953 if (KeySym) in getStaticStructorSection() 984 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 986 KeySym); in getStaticCtorSection() 990 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 992 KeySym); in getStaticDtorSection() 1808 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 1813 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() 1828 return Ctx.getAssociativeCOFFSection(Sec, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 187 static Window::Key get_key(KeySym keysym) { in get_key() 189 KeySym fXK; in get_key() 290 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, 0, shiftLevel); in handleEvent() 308 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, in handleEvent()
|
D | keysym2ucs.h | 14 long keysym2ucs(KeySym keysym);
|
D | keysym2ucs.c | 818 long keysym2ucs(KeySym keysym) in keysym2ucs()
|
/external/libxkbcommon/src/xkbcomp/ |
D | parser.y | 203 %type <keysym> KeySym 439 InterpretMatch : KeySym PLUS Expr 441 | KeySym 713 KeySymList : KeySymList COMMA KeySym 717 | KeySym 727 KeySym : IDENT
|
/external/skia/tools/sk_app/unix/ |
D | keysym2ucs.h | 14 long keysym2ucs(KeySym keysym);
|
D | keysym2ucs.c | 818 long keysym2ucs(KeySym keysym) in keysym2ucs()
|
D | Window_unix.cpp | 194 static skui::Key get_key(KeySym keysym) { in get_key() 196 KeySym fXK; in get_key() 297 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, 0, shiftLevel); in handleEvent() 315 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, in handleEvent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 157 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 162 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 144 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 149 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_defines.h | 6 #define KeySym CARD32 macro
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 166 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 171 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 436 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 439 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 445 if (KeySym) { in getAssociativeCOFFSection() 448 Sec->getKind(), KeySym->getName(), in getAssociativeCOFFSection()
|
D | MCStreamer.cpp | 533 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 535 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 538 KeySym, UniqueID); in getWinCFISection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 476 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 479 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 485 if (KeySym) { in getAssociativeCOFFSection() 488 Sec->getKind(), KeySym->getName(), in getAssociativeCOFFSection()
|
D | MCStreamer.cpp | 779 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 781 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 798 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 599 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 602 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 608 if (KeySym) { in getAssociativeCOFFSection() 611 KeySym->getName(), in getAssociativeCOFFSection()
|
D | MCStreamer.cpp | 800 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 802 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 818 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
/external/angle/util/x11/ |
D | X11Window.cpp | 26 KeySym *keySymbols; in X11CodeToKey() 29 KeySym keySymbol = keySymbols[0]; in X11CodeToKey()
|
/external/ImageMagick/MagickCore/ |
D | widget.c | 1088 const KeySym key_symbol,char *text,const size_t state) in XEditText() 2464 static KeySym in XColorBrowserWidget() 2570 static KeySym in XColorBrowserWidget() 2703 XEditText(display,&reply_info,(KeySym) XK_Insert,(char *) data, in XColorBrowserWidget() 3525 static KeySym in XConfirmWidget() 3987 static KeySym in XDialogWidget() 4037 static KeySym in XDialogWidget() 4128 XEditText(display,&reply_info,(KeySym) XK_Insert,(char *) data, in XDialogWidget() 5095 static KeySym in XFileBrowserWidget() 5209 static KeySym in XFileBrowserWidget() [all …]
|