Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp35 struct is_const { struct
40 struct is_const<const T> { argument
44 int is_const0[is_const<int>::value? -1 : 1]; argument
/external/mesa3d/src/glsl/
Dloop_analysis.h202 const bool is_const = (this->num_assignments == 0) in is_loop_constant() local
/external/libpcap/
Doptimize.c524 int is_const; member
/external/lldb/source/Symbol/
DClangASTContext.cpp1029 ClangASTContext::GetCStringType (bool is_const) in GetCStringType()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c727 static int is_const(int sel) in is_const() function
/external/v8/src/
Dparser.cc2103 bool is_const = false; in ParseVariableDeclarations() local
3116 bool is_const = peek() == Token::CONST; in ParseForStatement() local
Druntime.cc2214 bool is_const, bool is_function) { in DeclareGlobals()
2276 bool is_const = initial_value->IsTheHole(); in RUNTIME_FUNCTION() local
2390 bool is_const = initial_value->IsTheHole(); in RUNTIME_FUNCTION() local
/external/clang/test/SemaCXX/
Dtype-traits.cpp885 void is_const() in is_const() function