Home
last modified time | relevance | path

Searched defs:UC (Results 1 – 25 of 34) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dutils.h105 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] argument
106 #define UCONTEXT_MSR(UC) (UC)->uc_mcontext.gp_regs[PT_MSR] argument
108 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] argument
109 #define UCONTEXT_MSR(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_MSR] argument
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] argument
16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] argument
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() local
DARMWinEHPrinter.cpp537 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
/external/openssh/openbsd-compat/
Dinet_ntoa.c53 #define UC(b) (((int)b)&0xff) in inet_ntoa() macro
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp49 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
293 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() local
DARMWinEHPrinter.cpp901 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
/external/clang/test/SemaCXX/
Dattr-unavailable.cpp74 void untemplated(UnavailableClass &UC) { // expected-error {{'UnavailableClass' is unavailable}} in untemplated()
77 void untemplated_marked(UnavailableClass &UC) __attribute__((unavailable)) { in untemplated_marked()
/external/llvm-project/clang/test/SemaCXX/
Dattr-unavailable.cpp73 void untemplated(UnavailableClass &UC) { // expected-error {{'UnavailableClass' is unavailable}} in untemplated()
76 void untemplated_marked(UnavailableClass &UC) __attribute__((unavailable)) { in untemplated_marked()
/external/llvm-project/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/external/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/external/llvm-project/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dtag-types.cpp16 unsigned char UC; member
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.h77 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters()
/external/llvm-project/clang/test/CodeGen/
Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h106 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.h77 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters()
/external/llvm-project/llvm/include/llvm/ADT/
DStringExtras.h118 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local
/external/clang/lib/Lex/
DModuleMap.cpp904 for (auto &UC : Unresolved) { in resolveConflicts() local
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp115 UnreachableCodeHandler UC(S); in CheckUnreachable() local
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp1321 for (auto &UC : Unresolved) { in resolveConflicts() local
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp119 UnreachableCodeHandler UC(S); in CheckUnreachable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1275 unsigned UC = F->second; in stats() local

12