Searched refs:classification (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 470 const ClassifyRefs &classification; member in __anon812707660511::TransferFunctions 477 const ClassifyRefs &classification, in TransferFunctions() argument 480 classification(classification), objCNoRet(ac.getASTContext()), in TransferFunctions() 746 switch (classification.get(dr)) { in VisitDeclRefExpr() 844 const ClassifyRefs &classification, in runOnBlock() argument 862 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() 931 ClassifyRefs classification(ac); in runUninitializedVariablesAnalysis() local 932 cfg.VisitBlockStmts(classification); in runUninitializedVariablesAnalysis() 955 classification, wasAnalyzed, PBH); in runUninitializedVariablesAnalysis() 968 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | StackSafetyAnalysis.rst | 46 We expect that users can tolerate false classification of variables as 48 can't accept false 'safe' classification which may cause sanitizers to miss actual
|
| H A D | LangRef.rst | 11236 which defy better classification.
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | section-types-edgecases.yaml | 1 # This test doesn't attempt to mandate a specific section classification. It is
|
| /llvm-project-15.0.7/llvm/test/Transforms/ArgumentPromotion/ |
| H A D | variadic.ll | 6 ; bake in the classification when they use things like byval, as in this test.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ArgumentPromotion/ |
| H A D | variadic.ll | 9 ; bake in the classification when they use things like byval, as in this test.
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 58 dxil_category category; // classification for this instruction
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | type_traits | 33 // Primary classification traits: 49 // Secondary classification traits:
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | LangRef.md | 772 to the classification above.
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 76 // classification.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.def | 473 // Unary FP classification
|
| H A D | DiagnosticSemaKinds.td | 8633 "floating point classification requires argument of floating point type "
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 617 operands, if they agree in classification, or else the other if one is known
|