Searched refs:_false (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/xml/sax/ |
D | __init__.py | 57 _false = 0 variable 58 if _false:
|
/external/python/cpython3/Lib/xml/sax/ |
D | __init__.py | 56 _false = 0 variable 57 if _false:
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 41 private static readonly JsonToken _false = new JsonToken(TokenType.False); field in Google.Protobuf.JsonToken 50 internal static JsonToken False { get { return _false; } }
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 38 [_false, _true]= range(2) 50 _allowMOSFSNames= _false 241 return _false
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 90 BoolTemplate<false> _false; in template_mangling() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 92 BoolTemplate<false> _false; in template_mangling() local
|
/external/python/cpython2/Lib/ |
D | codecs.py | 1103 _false = 0 variable 1104 if _false:
|
/external/python/cpython3/Lib/ |
D | codecs.py | 1114 _false = 0 variable 1115 if _false:
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl07.rst | 80 if statement (cond\_true/cond\_false). In order to merge the incoming 83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if
|
/external/llvm/docs/tutorial/ |
D | LangImpl07.rst | 80 if statement (cond\_true/cond\_false). In order to merge the incoming 83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if
|
D | OCamlLangImpl7.rst | 80 if statement (cond\_true/cond\_false). In order to merge the incoming 83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ModuleTranslation.cpp | 215 case LLVM::FCmpPredicate::_false: in getLLVMCmpPredicate()
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl7.rst | 80 if statement (cond\_true/cond\_false). In order to merge the incoming 83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMOps.td | 174 def FCmpPredicateFALSE : I64EnumAttrCase<"_false", 0>;
|