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

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19679.go 20 func Else() {
24 } else {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19679.go 20 func Else() {
24 } else {
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc,
  /external/v8/src/compiler/
control-builders.cc 23 void IfBuilder::Else() {
74 control_if.Else();
85 control_if.Else();
165 control_if.Else();
174 control_if.Else();
  /external/clang/include/clang/Lex/
PPCallbacks.h 266 /// \#if/\#else directive and ends after the \#endif/\#else directive.
310 /// \brief Hook called whenever an \#else is seen.
313 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
494 /// \brief Hook called whenever an \#else is seen.
495 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
496 First->Else(Loc, IfLoc);
497 Second->Else(Loc, IfLoc);
  /external/clang/lib/Analysis/
BodyFarm.cpp 289 // else return NO;
339 // Construct the else clause.
343 Stmt *Else = M.makeReturn(RetVal);
347 Comparison, Body, SourceLocation(), Else);
374 else {
382 else if (Injector) { Val = Injector->getBody(D); }
405 } else if (auto *CategoryDecl = dyn_cast<ObjCCategoryDecl>(Container)) {
407 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) {
409 } else {
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 67 else
133 // } else if (b) {
138 const Stmt *Else = Stmt2;
139 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) {
149 Else = I2->getElse();
160 // } else
239 } else if ((FloatLit1) && (FloatLit2)) {
245 } else if (LHS->getType()->hasFloatingRepresentation()) {
250 } else {
260 else
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 59 int Else;
210 } else if (src.File == RC_FILE_TEMPORARY || src.File == RC_FILE_INPUT) {
213 } else if (src.File == RC_FILE_INLINE) {
264 } else {
352 else
551 branch->Else = -1;
562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
567 branch->Else = newip;
574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
596 if (branch->Else >= 0)
    [all...]
radeon_emulate_branches.c 46 struct rc_instruction * Else;
93 rc_error(s->C, "Encountered ELSE outside of branches");
100 branch->Else = inst;
114 } else {
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
217 if (branch->Else)
218 allocate_and_insert_proxies(s, &ElseProxies, branch->Else->Next, inst);
230 if (branch->Else)
231 rc_remove_instruction(branch->Else);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 264 /// \#if/\#else directive and ends after the \#endif/\#else directive.
308 /// \brief Hook called whenever an \#else is seen.
311 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
492 /// \brief Hook called whenever an \#else is seen.
493 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
494 First->Else(Loc, IfLoc);
495 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
312 /// \brief Hook called whenever an \#else is seen.
315 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
498 /// \brief Hook called whenever an \#else is seen.
499 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
500 First->Else(Loc, IfLoc);
501 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
312 /// \brief Hook called whenever an \#else is seen.
315 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
498 /// \brief Hook called whenever an \#else is seen.
499 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
500 First->Else(Loc, IfLoc);
501 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 264 /// \#if/\#else directive and ends after the \#endif/\#else directive.
308 /// \brief Hook called whenever an \#else is seen.
311 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
492 /// \brief Hook called whenever an \#else is seen.
493 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
494 First->Else(Loc, IfLoc);
495 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
312 /// \brief Hook called whenever an \#else is seen.
315 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
498 /// \brief Hook called whenever an \#else is seen.
499 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
500 First->Else(Loc, IfLoc);
501 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
312 /// \brief Hook called whenever an \#else is seen.
315 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
498 /// \brief Hook called whenever an \#else is seen.
499 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
500 First->Else(Loc, IfLoc);
501 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PPCallbacks.h 276 /// \#if/\#else directive and ends after the \#endif/\#else directive.
323 /// \brief Hook called whenever an \#else is seen.
326 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
525 /// \brief Hook called whenever an \#else is seen.
526 void Else(SourceLocation Loc, SourceLocation IfLoc) override {
527 First->Else(Loc, IfLoc);
528 Second->Else(Loc, IfLoc);
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 39 static const char *const ElseIntrinsic = "llvm.amdgcn.else";
42 static const char *const ElseBreakIntrinsic = "llvm.amdgcn.else.break";
60 Constant *Else;
146 Else = M.getOrInsertFunction(
190 /// an "Else" block?
199 } else {
224 /// \brief Close the last "If" block and open a new "Else" block
229 Value *Ret = CallInst::Create(Else, popSaved(), "", Term);
282 // intrinsic in Parent, and we insert an else.break before it.
304 } else if (Instruction *Inst = dyn_cast<Instruction>(Cond))
    [all...]
SILowerControlFlow.cpp 82 void Else(MachineInstr &MI, bool ExecModified);
189 } else {
271 void SILowerControlFlow::Else(MachineInstr &MI, bool ExecModified) {
283 // block that contains the ELSE. This can happen when WQM mode is switched
403 } else {
538 } else {
610 // Skip out of bounds offsets, or else we would end up using an undefined
619 } else {
727 Else(MI, ExecModified);
767 } else
    [all...]

Completed in 9229 milliseconds

1 2 3