Home
last modified time | relevance | path

Searched defs:If (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dif.h75 If(C condition, T if_true, F if_false) in If() function
133 If(bool condition, T if_true, F if_false) : condition_(condition) { in If() function
152 If(If&& other) noexcept : condition_(other.condition_) { in If() function
197 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dif.h74 If(C condition, T if_true, F if_false) in If() function
132 If(bool condition, T if_true, F if_false) : condition_(condition) { in If() function
151 If(If&& other) noexcept : condition_(other.condition_) { in If() function
200 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h515 struct If : public Stmt { struct
516 explicit If(const TreeRef& tree) : Stmt(tree) { in If() argument
528 If withNewBranches( in withNewBranches() argument
533 static If create( in create() argument
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DIndent.java55 public static final class If extends Indent { class in Indent
60 private If(BreakTag condition, Indent thenIndent, Indent elseIndent) { in If() method in Indent.If
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters()
401 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow) const { in updateLiveRangeInThenRegion()
500 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow, in optimizeLiveRange()
/aosp_15_r20/external/python/jinja/docs/
Dtemplates.rst789 If section in List of Control Structures
839 If the macro was defined in a different template, you have to argument
/aosp_15_r20/external/clang/lib/Analysis/
H A DBodyFarm.cpp242 IfStmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_dispatch_once() local
346 Stmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_OSAtomicCompareAndSwap() local
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs964 pub struct If<'a> { struct
969 impl<'a> If<'a> { implementation
979 impl<'a> Aml for If<'a> { implementation
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else Constructor
H A Dast.ml20 | If of expr * expr * expr Constructor
/aosp_15_r20/external/starlark-go/syntax/
H A Dsyntax.go149 If Position // IF or ELIF member
364 If Position member
434 If Position member
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor
H A Dast.ml23 | If of expr * expr * expr Constructor
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue59404.go41 type If int type
Dissue59638.go45 type If int type
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else Constructor
H A Dast.ml23 | If of expr * expr * expr Constructor
/aosp_15_r20/external/google-fruit/include/fruit/impl/meta/
H A Dbasics.h53 struct If {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/
H A Dproper_version_checks.cpp22 …void If(clang::SourceLocation location, clang::SourceRange condition_range, ConditionValueKind) ov… in If() function in libcpp::__anon486a30fa0111::proper_version_checks_callbacks
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPPCallbacks.h280 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
467 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
/aosp_15_r20/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()

123456