Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dvolatile.cpp10 int volatile vol =10; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-new-remove-stars.cpp37 MyType * volatile vol = new MyType(); in auto_new() local
H A Duse-auto-new.cpp42 MyType * volatile vol = new MyType(); in auto_new() local
/llvm-project/clang/test/Sema/
H A Dwarn-cast-qual.c21 volatile char *vol = 0; in foo() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp165 void vol() volatile { in vol() function
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp348 constexpr int vol = --ref<volatile int>(0); // expected-error {{constant}} expected-note {{decrement of volatile-qualified}} variable