Searched defs:vol (Results 1 – 6 of 6) sorted by relevance
10 int volatile vol =10; variable
37 MyType * volatile vol = new MyType(); in auto_new() local
42 MyType * volatile vol = new MyType(); in auto_new() local
21 volatile char *vol = 0; in foo() local
165 void vol() volatile { in vol() function
348 constexpr int vol = --ref<volatile int>(0); // expected-error {{constant}} expected-note {{decrement of volatile-qualified}} variable