HomeSort by relevance Sort by last modified time
    Searched defs:getFalse (Results 1 - 25 of 26) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
PythonLanguage.java 51 protected String getFalse() {
SquirrelLanguage.java 53 protected String getFalse() {
Language.java 135 protected String getFalse() {
168 return getFalse();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
FunctionalInterfaceWithInitializerAndDefaultMethods.java 23 boolean BOOLEAN = getFalse();
40 static boolean getFalse() {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 51 /// getFalse - For a boolean type, or a vector of boolean type, return false, or
53 static Constant *getFalse(Type *Ty) {
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 275 ConstantInt *getFalse() {
276 return ConstantInt::getFalse(Context);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 76 static Constant *getFalse(Type *Ty) {
407 FCmp = getFalse(Cond->getType());
413 FCmp = getFalse(Cond->getType());
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 515 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) {
534 Constant *ConstantInt::getFalse(Type *Ty) {
538 return ConstantInt::getFalse(Ty->getContext());
543 ConstantInt::getFalse(Ty->getContext()));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 190 /// getFalse - Get the constant value for i1 false.
191 ConstantInt *getFalse() {
192 return ConstantInt::getFalse(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 373 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) {
393 Constant *ConstantInt::getFalse(Type *Ty) {
397 return ConstantInt::getFalse(Ty->getContext());
402 ConstantInt::getFalse(Ty->getContext()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 293 ConstantInt *getFalse() {
294 return ConstantInt::getFalse(Context);
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 

Completed in 1589 milliseconds

1 2