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

  /external/clang/test/CodeGen/
parameter-passing.c 13 typedef _Bool BoolTy;
21 static BoolTy bool_id(BoolTy a) { return a; }
27 static void bool_mul(BoolTy a) { result *= a; }
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGObjCGNU.cpp 153 llvm::Type *BoolTy;
    [all...]
CGExpr.cpp 117 QualType BoolTy = getContext().BoolTy;
120 return EmitScalarConversion(EmitScalarExpr(E), E->getType(), BoolTy, Loc);
122 return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(), BoolTy,
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 68 IntegerType *BoolTy = Type::getInt1Ty(V->getContext());
76 BoolVec.push_back(ConstantInt::get(BoolTy, Sign));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 551 milliseconds