/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/WrapperLLVM/include/llvmWrapper/IR/ |
H A D | Instructions.h | 24 inline llvm::Value* getCalledValue(llvm::CallInst& CI) in getCalledValue() 33 inline llvm::Value* getCalledValue(llvm::CallInst* CI) in getCalledValue() 42 inline const llvm::Value* getCalledValue(const llvm::CallInst* CI) in getCalledValue() 51 inline bool isIndirectCall(const llvm::CallInst& CI) in isIndirectCall() 65 inline unsigned arg_size(const llvm::CallInst& CI) in arg_size() 74 inline llvm::iterator_range<llvm::User::op_iterator> args(llvm::CallInst& CI) in args() 83 inline unsigned getArgOperandNo(llvm::CallInst &CI, const llvm::Use *U) { in getArgOperandNo()
|
/dports/www/py-django-guardian/django-guardian-1.4.9/docs/develop/ |
H A D | testing.rst | 115 .. _owasp: http://www.owasp.org/ 116 .. _issue-tracker: http://github.com/lukaszb/django-guardian 117 .. _coverage: http://nedbatchelder.com/code/coverage/ 118 .. _tox: http://pypi.python.org/pypi/tox 119 .. _travis: http://travis-ci.org/
|
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/ |
H A D | SPIRVToOCL12.cpp | 77 void SPIRVToOCL12Base::visitCallSPIRVMemoryBarrier(CallInst *CI) { in visitCallSPIRVMemoryBarrier() 90 void SPIRVToOCL12Base::visitCallSPIRVControlBarrier(CallInst *CI) { in visitCallSPIRVControlBarrier() 135 Instruction *SPIRVToOCL12Base::visitCallSPIRVAtomicUMinUMax(CallInst *CI, in visitCallSPIRVAtomicUMinUMax() 148 Instruction *SPIRVToOCL12Base::visitCallSPIRVAtomicLoad(CallInst *CI) { in visitCallSPIRVAtomicLoad() 163 Instruction *SPIRVToOCL12Base::visitCallSPIRVAtomicStore(CallInst *CI) { in visitCallSPIRVAtomicStore() 175 [=](CallInst *CI) -> Instruction * { return CI; }, &Attrs); in visitCallSPIRVAtomicStore() 188 [=](CallInst *CI) -> Instruction * { return CI; }, &Attrs); in visitCallSPIRVAtomicFlagClear() 192 SPIRVToOCL12Base::visitCallSPIRVAtomicFlagTestAndSet(CallInst *CI) { in visitCallSPIRVAtomicFlagTestAndSet() 202 [=](CallInst *CI) -> Instruction * { in visitCallSPIRVAtomicFlagTestAndSet() 230 Instruction *SPIRVToOCL12Base::visitCallSPIRVAtomicBuiltin(CallInst *CI, in visitCallSPIRVAtomicBuiltin() [all …]
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/ImageFuncs/ |
H A D | ImageFuncResolution.cpp | 48 void ImageFuncResolution::visitCallInst(CallInst& CI) in visitCallInst() 136 Value* ImageFuncResolution::getImageHeight(CallInst& CI) in getImageHeight() 142 Value* ImageFuncResolution::getImageWidth(CallInst& CI) in getImageWidth() 148 Value* ImageFuncResolution::getImageDepth(CallInst& CI) in getImageDepth() 154 Value* ImageFuncResolution::getImageNumMipLevels(CallInst& CI) in getImageNumMipLevels() 160 Value* ImageFuncResolution::getImageChannelDataType(CallInst& CI) in getImageChannelDataType() 166 Value* ImageFuncResolution::getImageChannelOrder(CallInst& CI) in getImageChannelOrder() 172 Value* ImageFuncResolution::getImageArraySize(CallInst& CI) in getImageArraySize() 178 Value* ImageFuncResolution::getImageNumSamples(CallInst& CI) in getImageNumSamples() 184 Value* ImageFuncResolution::getSamplerAddressMode(CallInst& CI) in getSamplerAddressMode() [all …]
|
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 33 static bool isMallocCall(const CallInst *CI) { in isMallocCall() 60 const CallInst *CI = dyn_cast<CallInst>(I); in extractMallocCall() local 65 CallInst *CI = dyn_cast<CallInst>(I); in extractMallocCall() local 90 static Value *computeArraySize(const CallInst *CI, const TargetData *TD, in computeArraySize() 119 const CallInst *CI = extractMallocCall(I); in isArrayMalloc() local 135 const PointerType *llvm::getMallocType(const CallInst *CI) { in getMallocType() 166 const Type *llvm::getMallocAllocatedType(const CallInst *CI) { in getMallocAllocatedType() 176 Value *llvm::getMallocArraySize(CallInst *CI, const TargetData *TD, in getMallocArraySize() 188 const CallInst *CI = dyn_cast<CallInst>(I); in isFreeCall() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/test/ci/ |
H A D | CI.md | 7 ### Overview 16 ### Test Matrix 25 ### Test Scripts 30 ### Test Results
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() 104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() 110 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument() 920 Value *LibCallSimplifier::optimizeMemCmpBCmpCommon(CallInst *CI, in optimizeMemCmpBCmpCommon() 1076 static Value *optimizeDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeDoubleFP() 1137 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeUnaryDoubleFP() 1610 CallInst *CI = B.CreateCall(NewCallee, {One, LdExpArg}); in optimizeExp2() local 1790 static bool isTrigLibCall(CallInst *CI) { in isTrigLibCall() 1893 CallInst *CI = dyn_cast<CallInst>(Val); in classifyArgUse() local 2689 Value *LibCallSimplifier::optimizeCall(CallInst *CI) { in optimizeCall() [all …]
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() 104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() 110 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument() 190 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes() 217 static void annotateNonNullBasedOnAccess(CallInst *CI, in annotateNonNullBasedOnAccess() 1067 Value *LibCallSimplifier::optimizeMemCmpBCmpCommon(CallInst *CI, in optimizeMemCmpBCmpCommon() 1297 static Value *optimizeDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeDoubleFP() 2111 static bool isTrigLibCall(CallInst *CI) { in isTrigLibCall() 2214 CallInst *CI = dyn_cast<CallInst>(Val); in classifyArgUse() local 3047 Value *LibCallSimplifier::optimizeCall(CallInst *CI) { in optimizeCall() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() 104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() 110 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument() 190 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes() 217 static void annotateNonNullBasedOnAccess(CallInst *CI, in annotateNonNullBasedOnAccess() 1067 Value *LibCallSimplifier::optimizeMemCmpBCmpCommon(CallInst *CI, in optimizeMemCmpBCmpCommon() 1297 static Value *optimizeDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeDoubleFP() 2111 static bool isTrigLibCall(CallInst *CI) { in isTrigLibCall() 2214 CallInst *CI = dyn_cast<CallInst>(Val); in classifyArgUse() local 3047 Value *LibCallSimplifier::optimizeCall(CallInst *CI) { in optimizeCall() [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() 104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() 110 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument() 190 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes() 217 static void annotateNonNullBasedOnAccess(CallInst *CI, in annotateNonNullBasedOnAccess() 1067 Value *LibCallSimplifier::optimizeMemCmpBCmpCommon(CallInst *CI, in optimizeMemCmpBCmpCommon() 1297 static Value *optimizeDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeDoubleFP() 2111 static bool isTrigLibCall(CallInst *CI) { in isTrigLibCall() 2214 CallInst *CI = dyn_cast<CallInst>(Val); in classifyArgUse() local 3047 Value *LibCallSimplifier::optimizeCall(CallInst *CI) { in optimizeCall() [all …]
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 40 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 51 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 95 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 114 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 163 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 185 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 194 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 203 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 209 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 269 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/dports/benchmarks/fio/fio-3.29/engines/ |
H A D | nfs.c | 42 .group = __FIO_OPT_G_NFS, in CreateASTConsumer() 52 struct io_u *io_u = o->events[o->next_buffered_event]; in FixItAction() 96 log_err("nfs: socket is in an unrecoverable error state.\n"); in FixItActionSuffixInserter() 115 struct fio_libnfs_options *o = nfs_data->options; in EndSourceFileAction() 116 if (res < 0) { in EndSourceFileAction() 161 break; 162 case DDIR_READ: 183 * Do a mount if one has not been done before in ExecuteAction() 192 char *mnt_dir = NULL; in ExecuteAction() 203 options->events = malloc(event_size); in ExecuteAction() [all …]
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 160 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 182 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 191 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 200 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 206 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 266 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|