HomeSort by: relevance | last modified time | path
    Searched defs:case_end (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 1942 #define case_end case ST_END_BLOCK_DATA: case ST_END_FUNCTION: \ macro
5306 case_end:
6659 case_end:
6686 case_end:
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 1741 #define case_end case ST_END_BLOCK_DATA: case ST_END_FUNCTION: \ macro
5042 case_end:
6229 case_end:
6256 case_end:
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3401 CaseIt case_end() { function in class:llvm::CallInst::SwitchInst
3407 ConstCaseIt case_end() const { function in class:llvm::CallInst::SwitchInst
3413 return make_range(case_begin(), case_end());
3418 return make_range(case_begin(), case_end());
3440 if (I != case_end())
3449 if (I != case_end())
3477 /// This action invalidates case_end(). Old case_end() iterator will
3486 /// including the case_end() iterator. It returns an iterator for the next

Completed in 60 milliseconds