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> { struct
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/opencv3/modules/cudev/include/opencv2/cudev/util/
Dtype_traits.hpp136 enum { is_const = type_traits_detail::UnConst<T>::value }; enumerator
/external/v8/src/runtime/
Druntime-scopes.cc37 bool is_const, bool is_function) { in DeclareGlobals()
108 bool is_const = initial_value->IsTheHole(); in RUNTIME_FUNCTION() local
220 bool is_const = initial_value->IsTheHole(); in DeclareLookupSlot() local
/external/libpcap/
Doptimize.c520 int is_const; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c727 static int is_const(int sel) in is_const() function
/external/v8/src/parsing/
Dparser.cc3293 Scope* inner_scope, bool is_const, ZoneList<const AstRawString*>* names, in DesugarLexicalBindingsInForStatement()
3543 bool is_const = false; in ParseForStatement() local
/external/clang/test/SemaCXX/
Dtype-traits.cpp908 void is_const() in is_const() function