Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/llvm-project/llvm/docs/TableGen/
H A DBackGuide.rst280 ``UnsetInit````Init`` global() argument
288 ``TypedInit````Init`` global() argument
306 ``BitInit````Init`` global() argument
322 ``BitsInit````Init`` global() argument
339 ``DagInit````Init`` global() argument
377 ``DefInit````Init`` global() argument
406 ``ListInit````Init`` global() argument
431 ``StringInit````Init`` global() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp68 const FieldDecl *Field, const Expr *Init, const CXXConstructorDecl *Ctor, in updateAssignmentLevel() argument
168 updateAssignmentLevel(Field, Init in check() local
102 const Expr *Init; global() member
122 const Expr *Init = BO->getRHS()->IgnoreParenImpCasts(); isAssignmentToMemberOf() local
140 const Expr *Init = COCE->getArg(1)->IgnoreParenImpCasts(); isAssignmentToMemberOf() local
210 for (const CXXCtorInitializer *Init : Ctor->inits()) { check() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp20 void VarBypassDetector::Init(const Stmt *Body) { in Init() function in VarBypassDetector
43 if (const Expr *Init = VD->getInit()) in BuildScopeInformation() local
70 if (const Stmt *Init = cast<SwitchStmt>(S)->getInit()) { in BuildScopeInformation() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantMemberInitCheck.cpp81 const Expr *Init = Field->getInClassInitializer(); in check() local
89 const auto *Init = Result.Nodes.getNodeAs<CXXCtorInitializer>("init"); in check() local
/llvm-project/third-party/benchmark/src/
H A Dre.h90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
/llvm-project/clang/test/Modules/Inputs/unused-global-init/
H A Dinit.h1 struct Init { Init(); ~Init(); } init; struct
/llvm-project/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
H A DParallel.h169 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument
239 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
267 parallelTransformReduce(RangeTy && R,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp207 auto Init = in registerMatchers() local
243 const MatchFinder::MatchResult &Result, const CXXCtorInitializer *Init) { in checkDefaultInit()
300 const MatchFinder::MatchResult &Result, const CXXCtorInitializer *Init) { in checkExistingInit()
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp12 class Init { class in ios_base
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h28 void Init() { internal_memset(this, 0, sizeof(*this)); } in Init() function
55 void Init() { in Init() function
H A Dsanitizer_flat_map.h30 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() function
65 void Init() { in Init() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr-demorgan.cpp95 bool Init = !(!A1 || !A2); in foo() local
/llvm-project/llvm/unittests/Passes/Plugins/
H A DPluginsTest.cpp120 auto *Init = cast<GlobalVariable>(GV)->getInitializer(); in TEST() local
136 auto *Init = cast<GlobalVariable>(GV)->getInitializer(); in TEST() local
/llvm-project/mlir/include/mlir/TableGen/
H A DPredicate.h23 class Init; variable
H A DBuilder.h23 class Init; variable
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDesignatedInitializers.cpp142 for (const Expr *Init : Sem->inits()) { in collectDesignators() local
182 for (const Expr *Init : Syn->inits()) in getUnwrittenDesignators() local
/llvm-project/llvm/unittests/Passes/Plugins/DoublerPlugin/
H A DDoublerPlugin.cpp21 auto *Init = GV->getInitializer(); in run() local
/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h62 class Init; variable
/llvm-project/mlir/lib/Tools/mlir-tblgen/
H A DMlirTblgenMain.cpp34 llvm::DenseMap<const Init *, bool> &known) { in findUse() argument
87 llvm::DenseMap<const Init *, bool> &known) { in findUse() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init() function in __memprof::MemprofThreadIdAndName
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DImplicitCtorInitializer.cpp23 TraverseConstructorInitializer(CXXCtorInitializer * Init) TraverseConstructorInitializer() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DDynamicStaticInitializersCheck.cpp19 const Expr *Init = Node.getInit(); in AST_MATCHER() local
/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.h25 class Init; variable
[all...]

12345678910>>...13