OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q_Volatile
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h
35
struct
Q_Volatile
{
75
typedef Caster<
Q_Volatile
> VolatileCaster;
79
typedef Caster<
Q_Volatile
, true> MoveVolatileCaster;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
MicrosoftDemangle.cpp
123
Q_Volatile
= 1 << 1,
605
if (Ty.Quals &
Q_Volatile
) {
796
if (Quals &
Q_Volatile
)
[
all
...]
Completed in 331 milliseconds