Searched refs:ErrStr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DFilter.pm44 my $ErrStr;
78 sub errstr { $ErrStr }
102 $ErrStr = "Bad attribute $attr";
160 undef $ErrStr;
164 $ErrStr = "Undefined filter";
189 $ErrStr = "Bad filter, unmatched )";
225 $ErrStr = "Bad filter, error before " . substr($filter,0,20);
229 $ErrStr = "Bad filter, unmatched (";
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) { argument
37 if (M->MaterializeAllPermanently(ErrStr))
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp576 std::string ErrStr; local
577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
579 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp821 std::string ErrStr; local
822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
824 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp939 std::string ErrStr; local
940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
942 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h518 std::string *ErrStr = 0) const;
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1103 std::string ErrStr; local
1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1106 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());

Completed in 230 milliseconds