HomeSort by relevance Sort by last modified time
    Searched defs:BoolType (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
internal.h 19 typedef int BoolStruct::* BoolType;
client.h 168 operator Details::BoolType() const throw() {
  /build/blueprint/parser/
ast.go 162 BoolType Type = iota + 1
171 case BoolType:
405 return BoolType
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 81 // A BoolType represents a boolean type.
82 type BoolType struct {
452 typ = new(BoolType)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 81 // A BoolType represents a boolean type.
82 type BoolType struct {
452 typ = new(BoolType)
  /external/clang/test/OpenMP/
for_codegen.cpp 468 typedef Bool BoolType;
471 BoolType operator<(It<T> a, It<T> b) { return a.p < b.p; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
meta.h 41 // BoolType, TrueType, FalseType
43 template <bool Cond> struct BoolType {
45 typedef BoolType Type;
47 typedef BoolType<true> TrueType;
48 typedef BoolType<false> FalseType;
91 BoolType<IsConst<CT>::Value >= IsConst<T>::Value> >::Type {};
102 : BoolType< ::std::is_base_of<B,D>::value> {};
  /system/tools/aidl/
type_java.h 452 const Type* BoolType() const { return m_bool_type; }
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]

Completed in 291 milliseconds