Home
last modified time | relevance | path

Searched defs:Before (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/clang/unittests/Rename/
H A DRenameFunctionTest.cpp
H A DRenameClassTest.cpp
H A DRenameAliasTest.cpp
H A DRenameMemberTest.cpp
H A DRenameEnumTest.cpp
H A DClangRenameTest.h
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFormatTests.cpp39 void expectAfterNewline(const char *Before, const char *After, in expectAfterNewline()
44 void expectAfter(const char *Typed, const char *Before, const char *After, in expectAfter()
H A DSemanticHighlightingTests.cpp1244 auto Before = toSemanticTokens(tokens(R"( TEST() local
/llvm-project/llvm/include/llvm/Support/
H A DBlockFrequency.h52 uint64_t Before = Freq.Frequency; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h79 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
87 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp41 template <typename T> void Before(const T &) {} in Before() function in Fortran::parser::UnparseVisitor
78 template <typename T> void Before(const Statement<T> &x) { in Before() function in Fortran::parser::UnparseVisitor
152 void Before(const IntrinsicTypeSpec::Real &) { // R704 in Before() function in Fortran::parser::UnparseVisitor
155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before() function in Fortran::parser::UnparseVisitor
159 void Before(const IntrinsicTypeSpec::Character &) { Word("CHARACTER"); } in Before() function in Fortran::parser::UnparseVisitor
160 void Before(const IntrinsicTypeSpec::Logical &) { Word("LOGICAL"); } in Before() function in Fortran::parser::UnparseVisitor
164 void Before(cons in Post() function in Fortran::parser::UnparseVisitor
165 void Before(const IntrinsicVectorTypeSpec &) { Word("VECTOR("); } Before() function in Fortran::parser::UnparseVisitor
173 void Before(const IntegerTypeSpec &) { // R705 Before() function in Fortran::parser::UnparseVisitor
306 void Before(const ComponentAttrSpec &x) { Before() function in Fortran::parser::UnparseVisitor
500 void Before(const AttrSpec &x) { // R802 Before() function in Fortran::parser::UnparseVisitor
810 void Before(const ImageSelectorSpec::Stat &) { // R926 Before() function in Fortran::parser::UnparseVisitor
813 void Before(const ImageSelectorSpec::Team_Number &) { Word("TEAM_NUMBER="); } Before() function in Fortran::parser::UnparseVisitor
814 void Before(const ImageSelectorSpec &x) { Before() function in Fortran::parser::UnparseVisitor
825 void Before(const AllocOpt &x) { // R928, R931 Before() function in Fortran::parser::UnparseVisitor
856 void Before(const StatOrErrmsg &x) { // R942 & R1165 Before() function in Fortran::parser::UnparseVisitor
866 void Before(const Expr::UnaryPlus &) { Put("+"); } Before() function in Fortran::parser::UnparseVisitor
867 void Before(const Expr::Negate &) { Put("-"); } Before() function in Fortran::parser::UnparseVisitor
868 void Before(const Expr::NOT &) { Word(".NOT."); } Before() function in Fortran::parser::UnparseVisitor
960 void Before(const ForallStmt &) { // R1055 Before() function in Fortran::parser::UnparseVisitor
1038 void Before(const LoopControl::Concurrent &) { // R1129 Before() function in Fortran::parser::UnparseVisitor
1144 void Before(const GotoStmt &) { // R1157 Before() function in Fortran::parser::UnparseVisitor
1187 void Before(const EventWaitSpec &x) { // R1173, R1174 Before() function in Fortran::parser::UnparseVisitor
1205 void Before(const FormTeamStmt::FormTeamSpec &x) { // R1176, R1178 Before() function in Fortran::parser::UnparseVisitor
1217 void Before(const LockStmt::LockStat &x) { // R1180 Before() function in Fortran::parser::UnparseVisitor
1278 void Before(const CloseStmt::CloseSpec &x) { // R1209 Before() function in Fortran::parser::UnparseVisitor
1396 void Before(const WaitSpec &x) { // R1223 Before() function in Fortran::parser::UnparseVisitor
1417 void Before(const PositionOrFlushSpec &x) { // R1227 & R1229 Before() function in Fortran::parser::UnparseVisitor
1474 void Before(const FormatStmt &) { // R1301 Before() function in Fortran::parser::UnparseVisitor
1585 void Before(const MainProgram &x) { // R1401 Before() function in Fortran::parser::UnparseVisitor
1590 void Before(const ProgramStmt &) { // R1402 Before() function in Fortran::parser::UnparseVisitor
1596 void Before(const ModuleStmt &) { // R1405 Before() function in Fortran::parser::UnparseVisitor
1658 void Before(const GenericSpec &x) { // R1508, R1509 Before() function in Fortran::parser::UnparseVisitor
1745 void Before(const AltReturnSpec &) { // R1525 Before() function in Fortran::parser::UnparseVisitor
1796 void Before(const MpSubprogramStmt &) { // R1539 Before() function in Fortran::parser::UnparseVisitor
1943 void Before(const AccSizeExpr &x) { Before() function in Fortran::parser::UnparseVisitor
1947 void Before(const AccGangArg &x) { Before() function in Fortran::parser::UnparseVisitor
[all...]
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.h144 CFGEltCallbackTypeErased Before; member
H A DDataflowAnalysis.h192 CFGEltCallback<AnalysisT> Before; member
208 DiagnosisCallback<AnalysisT, Diagnostic> Before; member
/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp201 spill(MachineBasicBlock::iterator Before,Register VirtReg,bool Kill) spill() argument
513 __anonbd45046d0202(MachineInstr &Before) configBasicBlock() argument
643 MachineInstr *Before; configBasicBlock() local
[all...]
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp422 T &Before = BeforeStack.back(); handleIRAfterPass() local
520 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument
583 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument
590 report(const OrderedChangedData & Before,const OrderedChangedData & After,function_ref<void (const T *,const T *)> HandlePair) report() argument
664 compare(bool CompareModule,std::function<void (bool InModule,unsigned Minor,const FuncDataT<T> & Before,const FuncDataT<T> & After)> CompareFunc) compare() argument
803 Before, global() enumerator
1213 printDiff(raw_ostream & out,const CFG & Before,const CFG & After) printDiff() argument
1513 handleAfter(StringRef PassID,std::string & Name,const IRDataT<EmptyData> & Before,const IRDataT<EmptyData> & After,Any IR) handleAfter() argument
1532 handleFunctionCompare(StringRef Name,StringRef Prefix,StringRef PassID,StringRef Divider,bool InModule,unsigned Minor,const FuncDataT<EmptyData> & Before,const FuncDataT<EmptyData> & After) handleFunctionCompare() argument
1967 DotCfgDiff(StringRef Title,const FuncDataT<DCData> & Before,const FuncDataT<DCData> & After) DotCfgDiff() argument
2219 handleFunctionCompare(StringRef Name,StringRef Prefix,StringRef PassID,StringRef Divider,bool InModule,unsigned Minor,const FuncDataT<DCData> & Before,const FuncDataT<DCData> & After) handleFunctionCompare() argument
2293 __anon5eea9d393002(bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, const FuncDataT<DCData> &After) handleInitialIR() argument
2317 handleAfter(StringRef PassID,std::string & Name,const IRDataT<DCData> & Before,const IRDataT<DCData> & After,Any IR) handleAfter() argument
2324 __anon5eea9d393102(bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, const FuncDataT<DCData> &After) handleAfter() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp727 saveSCC(MachineBasicBlock & MBB,MachineBasicBlock::iterator Before) saveSCC() argument
1146 toExact(MachineBasicBlock & MBB,MachineBasicBlock::iterator Before,Register SaveWQM) toExact() argument
1176 toWQM(MachineBasicBlock & MBB,MachineBasicBlock::iterator Before,Register SavedWQM) toWQM() argument
1192 toStrictMode(MachineBasicBlock & MBB,MachineBasicBlock::iterator Before,Register SaveOrig,char StrictStateNeeded) toStrictMode() argument
1213 fromStrictMode(MachineBasicBlock & MBB,MachineBasicBlock::iterator Before,Register SavedOrig,char NonStrictState,char CurrentStrictState) fromStrictMode() argument
1361 MachineBasicBlock::iterator Before = processBlock() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp774 bool Before = !MO.isDef(); in RepairingPlacement() local
856 addInsertPoint(MachineInstr & MI,bool Before) addInsertPoint() argument
878 InstrInsertPoint(MachineInstr & Instr,bool Before) InstrInsertPoint() argument
[all...]
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h403 IRComparer(const IRDataT<T> & Before,const IRDataT<T> & After) IRComparer() argument
423 const IRDataT<T> &Before; global() variable
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp247 MachineBasicBlock *Before) { in moveBasicBlock() argument
/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp207 doSystemDiff(StringRef Before,StringRef After,StringRef OldLineFormat,StringRef NewLineFormat,StringRef UnchangedLineFormat) doSystemDiff() argument
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp238 bool Before) { in insertMergedInstruction()
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp92 bool ExprSequence::inSequence(const Stmt *Before, const Stmt *After) const { in inSequence() argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h100 AccumBitVector Before; member
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DExtractFunctionTests.cpp540 const char *Before = R"cpp( TEST_F() local
/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp170 bool Before = preferReg(); in update() local

123