OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVolatile
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
596
void
setVolatile
(bool flag) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
845
void
setVolatile
(Constant *V) { setArgOperand(ARG_VOLATILE, V); }
Instructions.h
214
void
setVolatile
(bool V) { setSubclassData<VolatileField>(V); }
343
void
setVolatile
(bool V) { setSubclassData<VolatileField>(V); }
583
void
setVolatile
(bool V) { setSubclassData<VolatileField>(V); }
827
void
setVolatile
(bool V) { setSubclassData<VolatileField>(V); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2851
void
setVolatile
(bool V) { IsVolatile = V; }
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026