Home
last modified time | relevance | path

Searched defs:Enter (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/bearssl/T0/
H A DCPU.cs65 internal void Enter(Opcode[] code, int numLocals) in Enter() method in CPU
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp30 Enter, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp47 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon082255f90111::NVPTXActionTy
746 void Enter(CodeGenFunction &CGF) override { emitNonSPMDKernel() function in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
841 void Enter(CodeGenFunction &CGF) override { emitSPMDKernel() function in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
1032 void Enter(CodeGenFunction &CGF) override { emitTeamsOutlinedFunction() function in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
H A DCGOpenMPRuntime.h61 virtual void Enter(CodeGenFunction &CGF) {} in Enter() function
H A DCGOpenMPRuntime.cpp161 void Enter(CodeGenFunction &CGF) override { Enter() function in __anon5bd794cd0111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
1983 void Enter(CodeGenFunction &CGF) override { Enter() function in __anon5bd794cd0a11::CommonActionTy
5794 void Enter(CodeGenFunction &CGF) override { Enter() function in __anon5bd794cd2711::OMPUsesAllocatorsActionTy
H A DCGStmtOpenMP.cpp7319 void Enter(CodeGenFunction &CGF) override { EmitOMPTargetDataDirective() function in CodeGenFunction::EmitOMPTargetDataDirective::DevicePointerPrivActionTy
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp831 if (auto Enter = PP.getAs<CallEnter>()) { findCallEnter() local
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp275 void Enter(const EditLineCharType *line_cstr) { Enter() function in lldb_private::line_editor::EditlineHistory
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2242 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; HandleHeaderIncludeOrImport() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1181 void Enter(unsigned ScopeFlags) { Enter() function
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3387 BasicBlock *Enter = OutermostLoop->getPreheader(); tileLoops() local