HomeSort by relevance Sort by last modified time
    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/os/platform/stm32/
crt_stm32.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 68 milliseconds