Home
last modified time | relevance | path

Searched defs:IF (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/llvm/tools/llvm-readtapi/
H A Dllvm-readtapi.cpp133 std::unique_ptr<InterfaceFile> IF; getInterfaceFile() local
185 auto IF = getInterfaceFile(FileName); handleMergeAction() local
196 stubifyImpl(std::unique_ptr<InterfaceFile> IF,Context & Ctx) stubifyImpl() argument
319 auto IF = getInterfaceFile(Path); stubifyDirectory() local
440 auto IF = getInterfaceFile(Ctx.Inputs.front(), /*ResetBanner=*/false); handleSingleFileAction() local
[all...]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp113 std::ifstream IF(SF.File); in ReadCoverage() local
176 std::ifstream IF(DirPlusFile(DirPath, kFunctionsTxt)); in Init() local
225 std::ifstream IF(SF.File); in Init() local
H A DFuzzerMerge.cpp208 std::ifstream IF(CFPath); in CrashResistantMergeInternalStep() local
448 std::ifstream IF(CFPath); in CrashResistantMerge() local
518 std::ifstream IF(CFPath); in CrashResistantMerge() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmultiple-statement-macro.cpp33 #define IF(x) if(x) macro
H A Dbranch-clone.cpp314 #define IF if ( macro
/llvm-project/clang-tools-extra/clangd/index/
H A DFileIndex.cpp198 IndexFileIn IF; in getShard() local
429 updatePreamble(IndexFileIn IF) updatePreamble() argument
432 auto IF = ShardedIndex.getShard(Uri); updatePreamble() local
463 IndexFileIn IF; updatePreamble() local
[all...]
H A DBackground.cpp215 auto IF = ShardedIndex.getShard(Uri); in update() local
/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp158 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); merge() local
238 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); remove() local
306 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); extract() local
[all...]
H A DTextStubV5.cpp699 auto IF = std::move(*IFOrErr); in getInlinedLibs() local
725 std::unique_ptr<InterfaceFile> IF(std::move(*IFOrErr)); in getInterfaceFileFromJSON() local
/llvm-project/clang/tools/clang-installapi/
H A DClangInstallAPI.cpp162 InterfaceFile IF(Ctx.Verifier->takeExports()); in run() local
/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp199 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); main() local
/llvm-project/clang/test/CoverageMapping/
H A Dterminate-statements.cpp140 #define IF if macro
/llvm-project/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp197 for (const GlobalIFunc &IF : M.ifuncs()) in ValueMapping() local
208 for (const GlobalIFunc &IF : M.ifuncs()) in ValueMapping() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp562 Function *IF = Intrinsic::getDeclaration( materializeStack() local
578 Function *IF = Intrinsic::getDeclaration( materializeStack() local
H A DModuleUtils.cpp319 for (auto &IF : M->ifuncs()) getUniqueModuleId() local
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp209 __anon973aa0980302(const serialization::InputFile &IF, bool isSystem) dumpModuleFileInputs() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp127 [this](const serialization::InputFile &IF, bool /*IsSystem*/) { in handleModuleFile() argument
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp302 InputFile IF; in open() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp581 #define TEMPLATE_REQUIRES(U, IF) template <typename U, std::enable_if_t<IF, int> = 0> argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp975 void HexagonGenInsert::findRemovableRegisters(unsigned VR, IFRecord IF, in findRemovableRegisters() argument
1084 const IFRecord &IF = LL[i].first; in pruneCoveredSets() local
1400 IFRecord IF = I.second[0].first; generateInserts() local
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp900 InputFile IF = ExitOnErr(InputFile::open(Path)); in dumpRaw() local
1373 InputFile IF = in explain() local
/llvm-project/clang/test/Analysis/
H A Dplist-macros-with-expansion.cpp670 #define IF(Condition) \ macro
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp724 Expected<BitcodeFileContents> IF = llvm::getBitcodeFileContents(Data); readBitcode() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h414 IF, global() enumerator
/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp318 for (const InputFile &IF : InputFiles) { readInputBinaries() local

12