Home
last modified time | relevance | path

Searched defs:VD4 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp481 InstrProfValueData VD4[] = {{uint64_t(callee1), 1}, in TEST_P() local
586 InstrProfValueData VD4[] = {{uint64_t(bar), 1}}; in TEST_P() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1486 typedef double __attribute__((vector_size(32))) VD4; typedef