OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VEC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp
42
#define
VEC
(a) \
88
TestLayout(
VEC
(t), 8, 32,
95
TestLayout(
VEC
(t), 8, 32,
100
#undef
VEC
/device/google/contexthub/firmware/src/platform/stm32f4xx/
crt_stm32f4xx.c
21
#define
VEC
(nm) VEC_(nm, _Handler)
31
VEC
(NMI);
32
VEC
(HardFault);
33
VEC
(MemoryManagemntFault);
34
VEC
(BusFault);
35
VEC
(UsageFault);
36
VEC
(SVC);
37
VEC
(DebugMonitor);
38
VEC
(PendSV);
39
VEC
(SysTick)
[
all
...]
Completed in 74 milliseconds